Forum Post: Re: Running A Cls File From An Icon

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top