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

i96nds
9th July 2003, 13:02
Do you have the source of these functions installed on your server ? If yes, it should work. If you do not have the source code, you will not be able to compile the script....

If you have the souces, check if they are in a "visible" package VRC, compared with your current Package VRC.

thieuf
9th July 2003, 14:04
Hello Stefan,

Thanks for your reply.

I guessed that it would be something like that.

I know how the include works so I programmed my own short version of it in a seperate function. This works fine now.

Regards Thieuf:)