Hi,
I need to set a variabile relative to the current form (somethin like array[formname] = true) inside the onHide method and then use the same var in the onRecordSelection method of another form I open afterwards. The problem is, the onRecordSelection method of the new form I open is executed before calling the onHide method on the form I’m closing. Why’s that? Is there any specifi reason not to invert the order? I wouldn’t rellay know how to solve the case otherwise.
Thanks in advance.