Premature QBF end (OpenInsight 32-Bit)
At 14 NOV 2006 11:34:16PM Matthew Jones wrote:
OI v7.2.1
MDI parent window has child window.
QBFINIT followed by QBFRUN - a QBFLIST is established in the child window seemingly according to spec.
The qbf list can be navigated through using QBFNEXT, QBFPREV etc.
However, if a combo box DROPDOWN event is executed from a combo box on the child form, and that dropdown event calls either Dialog_Box or a popup via Repository('EXECUTE'…), upon return from the dialog or popup, the child window is cleared and the qbflist has been cleared also.
This appears to be consistent behaviour across all our mdi child forms. I thought it may be a promoted create event we have, but I have ruled that out, as it is not fired for the popup display.
Anyone seen this, and found a workaround, or is there something we are doing wrong?
Thanks,
Matthew Jones.
At 15 NOV 2006 04:06AM [email protected] wrote:
Have you placed code on the clear event to determine where that event is being called from?
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 15 NOV 2006 10:23PM Matthew Jones wrote:
Brilliant - thank you.
It did turn out to be a promoted event after all!
In fact, some post-window close processing that actually needed to be pre-window close, so many thanks.
Matthew Jones.