Home › Forums › General XMetaL Discussion › How to show XFT non-modal › Reply To: How to show XFT non-modal
Reply to: How to show XFT non-modal
July 25, 2011 at 9:23 amHello Derek Read,
thanks for your quick reply.
I had to change your code in the following VBS syntax for my project:
[code]
set XftCtrl = CreateObject(“XF.XFTForm”)
formpath = application.Path & “StartUpxpath.xft”
set nonmodalDlg = nothing
set nonmodalDlg = XftCtrl.StartForm(formpath, 0)
Set XftCtrl = nothing[/code]
It doesn't throw an error and seems to work in the way that it opens the xft. But once the form is loaded it is closed immediately.
spyro