Search results

  1. I

    no error-status for error on get-next with dynamic query

    Hello all, can anyone point me at a solution to this: I have a dynamic query on a dynamic table, and I am attempting to get a record from the query with an exclusive lock, Now, I realise that I must be within a transaction to do this, but i want to check programmatically whether an...
  2. I

    using functions within an open query where clause

    Hi All, Assuming: 1) function myResult always returns the value 'Passed' in this example - so I could test where the bug was 2) t-Trx is a temp-table Can anyone tell me why this works fine : OPEN QUERY {&SELF-NAME} FOR EACH t-Trx WHERE t-Trx.transferDirection <> "Out"...
Top