Hi guyes,
I have a screen with 5 fields. For few of them - let say 3 - I need an contol -> they have to be filled with some value.
If they are not I have to reaise an error message in status bar and set cursor on first field which is not filled but has to be.
In PAI in MODULE user_command_0100 I implemented logic with this error message.
But what hapens is that the all fields on screen are disabled now.
I need to have them open and set the cursor on first not filled field.
What should I use?
Thanks.