eric.dizon
8th May 2015, 21:49
I am trying to determine how to cancel or capture an Ok button in table less custom dialog I've created.
There is an Ok and Cancel button by default in the dialog what choice.section do I need to tap to add a programmable code to it?
Right now I put my code it in but what if I like to do a validation and abort the processing of the OK button then?
choice.end.program:
before.choice:
|ret = create.csb.plan()
after.choice:
execute(save.defaults)
There is an Ok and Cancel button by default in the dialog what choice.section do I need to tap to add a programmable code to it?
Right now I put my code it in but what if I like to do a validation and abort the processing of the OK button then?
choice.end.program:
before.choice:
|ret = create.csb.plan()
after.choice:
execute(save.defaults)