run

  1. D

    How To Start The Same Program Multiple Times With Different Parameters Without Waiting For The First

    All, We have program a.p which goes into a loop, does some stuff, and starts another .p (b.p) then does another iteration of the loop. How can we tell it to start the b.p program but not wait for b.p to finish before going forward. We want a.p to start b.p up to 6 times so that they are all...
  2. ezequiel

    Answered Consecutively run two procedures

    Hello, I have a code portion like this: RUN wProc1.r ("001","ADMIN"). RUN wProc2.r ("001",YEAR(TODAY)). Both are smartwindows with smartbrowses. I need to have both windows opened, but when I execute this only the first window opens, and the second one appears when I close the first. Is it...
Top