[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Problems using QUIT in PASOE to simulate "classic" state-reset (problematic because it

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
Network share???? And complaining about performance? Anyway, iterate from SESSION:FIRST-PROCEDURE through the NEXT-SIBLING’s ASSIGN hProc = SESSION:FIRST-PROCEDURE . DO WHILE VALID-HANDLE ( hProc ): ASSIGN hNext = hProc:NEXT-SIBLING . DELETE PROCEDREU hProc . ASSIGN hPRoc = hNext . END.

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