M
Mike Fechner
Guest
You can't. You need to create a (small) .p file. DEFINE VARIABLE oForm AS NO-UNDO . oForm = NEW () . WAIT-FOR System.Windows.Forms.Application:Run (oForm) . CATCH err AS Progress.Lang.Error: MESSAGE err:GetMessage (1) VIEW-AS ALERT-BOX . END CATCH.
Continue reading...
Continue reading...