‎2010 May 18 9:44 AM
Hi,
I have a screen where all fields are required to proceed.
Option 1:
Mark the field as required in the screen painter. Now they have this little sign for a required field. Problem is that I have toogle display/change button. Upon that button - it is not an exit command since I am not leaving the screen - the fields are checked automatically, but I want to be able to toggle despite the fact that not all fields are filled yet.
Option 2:
Do NOT mark the field as required in the screen painter but have a self made check in the PAI if all required fields are filled. This way the toggle button works fine, but the fields do not have the required marker.
So the question is how can I achieve the toggle button and the required marker in the input boxex?
Thanks.
‎2010 May 18 9:59 AM
1) Use the exit command anyway. You can then switch b/w edit/read modes without problem. It does not mean you have to exit the program, it just skipps the validation to the fields.
2) in screen painter go to input field attributes and select input = recommended . This way you will have still this litte mark in the field without having the field mandatory for input. So you do your custom check.
Regards
Marcin
‎2010 May 18 9:59 AM
1) Use the exit command anyway. You can then switch b/w edit/read modes without problem. It does not mean you have to exit the program, it just skipps the validation to the fields.
2) in screen painter go to input field attributes and select input = recommended . This way you will have still this litte mark in the field without having the field mandatory for input. So you do your custom check.
Regards
Marcin