tion1976
4th August 2023, 11:28
I have a form for a maintain session window List Window, and after I click New button from the tools menu and I start to fill in the fields and click Tab key in order to get to the next field.
I want to remain on that record until I press Save button and then to opt again.
I do not want to get to the next record.
How do I code this in UI script?
Please see my attached screenshot in which you can see the last 2 rows. I am able to get to the next row.

JaapJD
4th August 2023, 17:58
Not tested, but the following may work:
- Call enable.save.on.occ.change() in after.form.read.
- Implement choice.update.db with after.choice. Call choice.again() in after.choice.