Search results

  1. D

    Preprocessor IF THEN ELSE

    thanks suny thats what i needed
  2. D

    Preprocessor IF THEN ELSE

    Is anybody having issues using the operators described in the help file with something like &IF {&FIELD} = 4 &THEN &ENDIF ? Or is '4' not "constant enough" for the preprocessor? What I'd really like to do is this: &IF NOT {&INCLUDE-DEFINED} &THEN &SCOPED-DEFINE INCLUDE-DEFINED YES...
  3. D

    Socket Timeout

    Hey all, I am developing an application that will communicate through a socket. I've got it all developed and it works well. However, I am having issues with the procedure hanging. In the logic, I have a "WAIT-FOR READ-RESPONSE OF hSocket." However, at this point I don't always receive...
Top