[progress Communities] [progress Openedge Abl] Forum Post: Re: Using Progress Dynamics In...

  • Thread starter Thread starter Stefan Drissen
  • Start date Start date
Status
Not open for further replies.
S

Stefan Drissen

Guest
Source code is always the best documentation ;-) See %DLC%\oeide\eclipse\plugins\com.openedge.pdt.project_11.6.3.00\runtime\_server.p /* not documented - backdoor just in case someone complains... NOTE: This should cannot be used if VD is used as AppBuilder and VD will have nested wait stacks if used in same project and get error on close/restart (if closed in incorrect order, which seems to always be the case ) */ if os-getenv("PDS_WAITFOR") = "ABL":U then do: fWait = false. setApplicationWait(fWait). wait-for "CLOSE":U of this-procedure. end. else do: fWait = true. setApplicationWait(fWait). wait-for System.Windows.Forms.Application:run (). end.

Continue reading...
 
Status
Not open for further replies.
Back
Top