Recent content by ingie

  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

    Cheers, I (and my team) had eventually worked it out as you have identified, although we were still a little confused as to why no error was reported at run time, when the function is obviously not running.... thanks for your input, Ingie.
  3. 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"...
  4. I

    Why Progress?

    Progress Client/Server Hi Brian, Although it is true that a lot of progress programmers tend toward writing client side code, this is not a flaw of progress per se, but more a flaw of the programmer. ( isn't it always ? ;) ) If you run an appserver, then there is nothing to stop you...
  5. I

    CRON Script

    ... or use the WinNT at command ( to check syntax use at -? in the NT command shell )
Top