MDICHILD - Multiple Instances (OpenInsight 64-bit)
At 01 JAN 2024 09:25:58AM Karl Pozmann wrote:
Is there a way to launch multiple instances of an OI form from an MDI Frame either as a form or MDI child using a quickevent? Or script for that matter?
Thanks
At 01 JAN 2024 09:35AM Andrew McAuley wrote:
Is there a way to launch multiple instances of an OI form from an MDI Frame either as a form or MDI child using a quickevent? Or script for that matter?
Thanks
Just set the multiple instance property of the window to true in the form designer. Then when you start the window, the return value will be the fully qualified name of the window that was launched.
World leaders in all things RevSoft
At 01 JAN 2024 09:50AM Karl Pozmann wrote:
Thanks! That was too easy! I was looking all over the MDI_FRAME for the answer…. duh