Hello
i have a problem with a modal form. I wont to open a custom “item variant list” on-open form trigger standard Form.
I have to do this because we want to work always on the custom form, and we wont to modify the standard form when Microsoft release one new version of Nav.
In a Card Form on the Open Form trigger we run the custom form and when the user close the curtom form C/side code return to On Open trigger of the standard Form and with CurrReport.CLOSE we close the standard form.
When we use a custom list form to select a record or a record field i must simulate the OK event click on the standard form if on custom modal form the user press OK.
If we have an idea to simulate the event click on ok button on a modal form…