Search results

  1. F

    new procrc for Progress Version 11

    Hi, I wrote a port in python for procrc.c, originally written by Grant P. Maizels, that works with Progress v11 files and wanted to share it that others might get some benefit. This is my first open source publication so bear with me. the webpage for it is : http://procrc.spaniak.org that...
  2. F

    Lock table overflow, increase -L on server (915)

    Assuming This is a report, The first two record buffers (CustService.CustTrans and CustService.Customer) in the for each are getting share locks which is the progress default. Only the third one is reading no-lock. Underlined the code changes below. FOR EACH CustService.CustTrans NO-LOCK...
Top