I want to create a new instance of a form that has an onRecordSelection method attached to it. I want the onRecordSelection method to fire for the form but not for the instance.
Any suggestions?
I want to create a new instance of a form that has an onRecordSelection method attached to it. I want the onRecordSelection method to fire for the form but not for the instance.
Any suggestions?
Hi jbader,
by setting a flag, you can do the same.
Like, just set the flag on the onShow() of the form & reset the flag just before you are creating the instance of that form.
Hope it helps.
Still waiting for a good response.