thieuf
9th July 2003, 12:56
Hello,
I have the following problem:
I have a new session in which I use a customer. I want to be able to zoom to the customer sessions using the first three characters of the name and the "," (f.e. CUS,).
This is standard functionality provided in the include tccom0003.
I tried to append this include in my script but get an error message when I compile.
The script is:
#include "itccom0003" | check.search.argument
|********** form section *******************
field.tdown001.cuno:
before.checks:
itccom0003.check.search.argument(tdown001.cuno,"tccom010")
The error reads:
"can not open input file itccom0003"
Is it not possible to use the standard includes?
If it is, what am I doing wrong?
Regards Thieuf
I have the following problem:
I have a new session in which I use a customer. I want to be able to zoom to the customer sessions using the first three characters of the name and the "," (f.e. CUS,).
This is standard functionality provided in the include tccom0003.
I tried to append this include in my script but get an error message when I compile.
The script is:
#include "itccom0003" | check.search.argument
|********** form section *******************
field.tdown001.cuno:
before.checks:
itccom0003.check.search.argument(tdown001.cuno,"tccom010")
The error reads:
"can not open input file itccom0003"
Is it not possible to use the standard includes?
If it is, what am I doing wrong?
Regards Thieuf