Hello everyone,
Currently i am working on an enhancement of a tool which submits a job to perform certian task (for Security reasons i cant disclose entire functionality of the tool). For your understanding i am explaining a bit. There are two Panels, the frist one takes the input and verify the entered input and pass it to second
Panel, now the second panel receives the input and submits a job when the user press the "enter" key.
Problem-
When the second panel receive the input from the frist one in it respective fields i see all most all the fields are editable that mean i can change the value in the second panel such as date etc etc. This means that we are messing with the frist panel out put which validates the input and pass to the second panel.
I would like to know is there any way so that i can mask some fields(Ex- Date) of the second screen so that it can't be edited by any means and protecting the validated inputs.
I would appriciate any help from all of you guys.
Thanks
Anand.