Search results

  1. R

    determing what processes are running

    Thanks thats just what i was looking for Ric
  2. R

    determing what processes are running

    Hi all What i need to do is programatically determine if any copies of word or adobie acrobat are running on the P.C. preferably i would like to know the PID of the process as well. Which API call should I uase and where can i find the details of it. Ric
  3. R

    Why RowIDs are Negative??

    I was thinking that while i was writing the previous answer. maybe they just realised that it was un-necessary when they intoduced temp-tables? who knows.
  4. R

    Why RowIDs are Negative??

    Hi I assume that because work tables are local to a user so that rowids do not clash with a db rowid the simplist way was to make the -ve Well thats what i think
  5. R

    Properties For Transaction Objects In Progress

    Hi Basically if you getinside the for each loop youve got data. if the criteria for matching the records where tablename.field1 = parameter and tablename.field2 = parameter doesn't match any records then you don't get inside the loop.
  6. R

    Dynamically accessing values of variables

    hows this Using 2 levels of indirection this may work for you if the variables are variables and not data fields first an include file /*------------------------------------------------------------------------ File : classVar.i Purpose : Author(s) : R Lambert...
  7. R

    Dynamically accessing values of variables

    Hi when you say variables do you mean database fields or local/global variables?
  8. R

    pf file being used

    Maybe I am being a bit thick but is there a way of determining the contents of a pf file used to start a session. I realise that some of the info can be gotten using the session handle but there are quite a few that can't.
Top