Search results

  1. A

    Suppress proutil idxfix message

    Hello, Can I please ask a question regarding multithreaded D/L feature? We are moving next month too :). And I just started researching this. Have you seen any code for such an operation out there? Are you going to move data directly between databases? Thanks a lot.
  2. A

    Process ID

    Works! Thanks! :)
  3. A

    Process ID

    In the Windows world how do you ask OS to give back Process ID in the 4GL code? Thank you!
  4. A

    BROKER detects death of server

    There was no other error messages... It seems like those messages stopped appearing... Weird...
  5. A

    BROKER detects death of server

    Version is 9.1D and we do use SQL connections. Spasibo.
  6. A

    BROKER detects death of server

    We repeatedly keep seeing this message in the log file. "BROKER 0: BROKER detects death of server [server number]" But the DB seems to be running OK for a few day now with this message keep going to the log file. Does anybody have any idea what it could be and/or what to do? thanks.
  7. A

    & operator

    How about {&temptablename}.fieldname? It is in a regular expression like: "IF {&temptablename}.fieldname EQ YES THEN DO: " ... Thanks a lot.
  8. A

    & operator

    What is the difference between IF and &IF Thanks
  9. A

    SmartSelect

    I created my first SmartSelect two days ago and still can't get it to work properly. If I have 100 records but only 3 choices my SmartSelect loads all 100. Obviously I see repeting choices and it is not right. I understand that I have to create my SDO properly, but I can't make it to display...
Back
Top