Ict Customization

Muthukumar S

New Member
Hi All,

I need a help in ICT customization.

I have written UI trigger on Go event which calls a specific procedure which performs some data validation, if the validation fails i need to keep the control/cursor on the same field. Currently it is moving to next field in the same frame.

Please help on this.

Thanks.
 
Hi All,
...
I have written UI trigger on Go event which calls a specific procedure which performs some data validation, if the validation fails i need to keep the control/cursor on the same field. Currently it is moving to next field in the same frame.
.

You would have better help if share more info like os environment, progress version, gui/char etc. And of course, the code.

My guess: use RETURN NO-APPLY if validation fails.
 
Top