Search results

  1. DeVNuLL

    Get Lock mode for buffer object

    Hi All, Does anyone know a way of programattically determining the current lockmode of a buffer object? I can see find-current() sets a new lock mode but I can't see any obvious way of reading the current mode. Many Thanks, DeVNuLL
  2. DeVNuLL

    Test to see if buffer exists

    I'm trying to write some audit code for an application written in Progress 9.1E/Webspeed 3.1E. I was planning on using table triggers for this code as a 'catch all' but I need to be able to test if a certain buffer has been defined. This buffer will only exist if the user has logged in to the...
  3. DeVNuLL

    PID of current session on UNIX/Linux

    Hi Guys, I am trying to find a way of determining my PID using progress so I can determine my pid in the web-disp.p of a running webspeed agent. I have found a solution on the progress knowledge base (P6250) which works by calling KERNEL32.DLL on windows. Is there a unix equivelent or a...
  4. DeVNuLL

    Dynamic Queries in Webspeed

    Hi guys, Would it be possible to put a for each statement within a field on the database and run that query? I've tried 'open query treequery value(querystring)' and its having none of it. Thanks, DeVNuLL
Top