I want to know the event which id fired when ok button of report is clicked in C/A L code?
*This post is locked for comments
I want to know the event which id fired when ok button of report is clicked in C/A L code?
*This post is locked for comments
The best way to determine the order of the triggers that fire is to put a MESSAGE command in each one that displays the name of the trigger. There are several that fire when you click the OK or Cancel buttons on a form.
If you are looking to find out exactly which button was pushed you can use something like this:
IF YourForm.RUNMODAL = Action::LookupOK THEN
debugging is the only solution
I'm not sure what you are trying to do..is this for debugging or something?
Can you explain more what you are trying to accomplish.
Community Member
2
EH-09052238-0
1
Sohail Ahmed
1