Search results

  1. J

    What if Persistent procedures are not delete?

    Thanks so much for your answer I really appreciated, I would delete these persistent procedures for now on . And I hope that it would work on the client side :D . I would try now on the client side and post the result later . thanks a lot again.
  2. J

    What if Persistent procedures are not delete?

    Hi All, I would like to know if someone knows what would happen if a procedure is call by persistent procedures and this is not delete? Would the server experience some hang up? (to much activity by users, ) Would it stops from doing the procedure if this has a lot of instances (from the...
  3. J

    How to read a file

    Thanks Casper it work just great but I tried with the help but I did not find anything about the last values that you are using I did not understood when you put this could you please explain me and thanks a lot :D : OS-COMMAND SILENT VALUE(SEARCH("quoter.exe")) VALUE('"':U +...
  4. J

    How to read a file

    Hi I am new in progress also and I am have some problems trying to figure it out how to read a file with progress . What am trying to do is read the whole line of the file and put it into a temp table but the last line it is not read it because it does not have the new line (enter/skip) , so...
  5. J

    How i can use recursive methods ??

    Thanks for the answer, And about the specific question that I have is this; For example, I have a method and a Table0, and I want to find a record in the mentioned table, so I do a FIND statement, I get my record, which will be stored in a buffer, then I will call the same method again to do...
  6. J

    How i can use recursive methods ??

    Hi, I've been searching like a month and I didn't found anything useful about recursive methods in progress I would want to know if someone here could advise me. Can I use recursive methods with Progress??? If yes, how would I could implement them.
Back
Top