The error messages below are two examples where I get the above error. Both these errors occur on a similar line of code (i.e. if sys_msr = TRUE). I have a .h with #define TRUE 1 in it. This .h file is included in the both forms. IF sys_msr = TRUE is used in a number of different lines. This error does not always occur. Indeed if it did the program would fail to function. Also the line of code recorded in the error is wrong on both occasions. Line of code is as reported above, if sys_msr = TRUE. Sys_msr is a global variable.
03/12/2002 13:40:44 Error number: 107
Error message: Operator/operand type mismatch.
Line of code with error: POSID=Setup.POSID
Line number of error: 1
Program with error: CLIENTFORMSET.CLIENTS.PGCARDSWIPE.DESTROY
02/12/2002 13:58:21 Error number: 107
Error message: Operator/operand type mismatch.
Line of code with error: DO c:\3100\clubmaster.exe
Line number of error: 3
Program with error: POSFORMSET1.POSFORM.PGENQFRAME.PGENQ.TXTSWIPE_ON.SETFOCUS
03/12/2002 13:40:44 Error number: 107
Error message: Operator/operand type mismatch.
Line of code with error: POSID=Setup.POSID
Line number of error: 1
Program with error: CLIENTFORMSET.CLIENTS.PGCARDSWIPE.DESTROY
02/12/2002 13:58:21 Error number: 107
Error message: Operator/operand type mismatch.
Line of code with error: DO c:\3100\clubmaster.exe
Line number of error: 3
Program with error: POSFORMSET1.POSFORM.PGENQFRAME.PGENQ.TXTSWIPE_ON.SETFOCUS