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

    OK I will bear that in mind and run a check of the code to ensure there is a corresponding delete for every object created before it gets put into production. Thanks again, Chris.
  3. DeVNuLL

    Test to see if buffer exists

    Your a legend - thank you very much DevNuLL
  4. DeVNuLL

    Test to see if buffer exists

    Hi, the buffer was created by a 'define buffer loginuserdata for userdata' statement. the buffer will contain the user record for the currently logged in user. Many Thanks
  5. 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...
  6. DeVNuLL

    PID of current session on UNIX/Linux

    you sir, are a genius! :) :)
  7. 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...
  8. DeVNuLL

    Dynamic Queries in Webspeed

    Thanks for that! Much appreciated
  9. 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