‎2007 Nov 28 12:03 PM
Dear All,
I have created a mp program and the screen has some required fields, I have options to call the screen in create , display & Change mode.
The problem is when i go in create mode i get the error "Make an entry in all required fields", i want to stop this error firing at this point(based on function codes)
Can anyone help me on this ?
Thanks.
‎2007 Nov 28 12:05 PM
Hi
Don't make those fields as mandatory. In your PAI you check whether the field is initial.
~ Ranganath
PS : Reward points for all useful answers !
‎2007 Nov 28 12:13 PM
Hello Ranganath,
That option is alway there but it will mean that the user has no idea of required fields. looling for better options
Thanks
‎2007 Nov 28 12:18 PM
Hi Sathish
May be in that case you can try making the funtion types for the Create, Chnage and Display buttons as type P. That will not do screen field data checks.
~ Ranganath
‎2007 Nov 28 12:09 PM
u just check the properties of each text box, u will have in second tab input field as required, u just remove that required then u won't get this message