Search results

  1. G

    Recursive Procedure

  2. G

    Recursive Procedure

    Ok, I was asking because I made a "FIND DossTask WHERE ..." in the main block and anotherone in my procedure but that generate errors. I thought that Progress would create another "DossTask" for the procedure but obviously, it is not. So, I was wondering if it was with a recursieve procedure.
  3. G

    Recursive Procedure

    Hi everyone, I have a database with a table named "DossTask". In my recursive procedure, I write "define buffer bDossTask for Dosstask". Is Progress going to create a new buffer for each occurence ? Thanks.
Back
Top