Amit_Jain
12th March 2008, 07:32
Dear Group members

I want to customise session "tdpsc0101m000", when I copied this session along with its script and forms, and compiled it, the program script give error "can't open input file 'itdpsc0003' ". I copied the function itdpsc0003 from base VRC to the current VRC and compiled again. this time the script gives error
unresolved reference to the function 'itdpsc0003.default.contract.history'
unresolved reference to the function 'itdpsc0003.write.contract.history'
unresolved reference to the function 'itdpsc0003.write.contract.status.history'

can somebody please send me the code/object for the above functions

Thanks

kaukul
12th March 2008, 07:43
can somebody please send me the code/object for the above functions


These can be obtained only from Infor. Does your company have AMC with Infor?

Amit_Jain
12th March 2008, 07:52
These can be obtained only from Infor. Does your company have AMC with Infor?
yes we do have it, let me talk to them, thanks for the help

Regards

kaukul
12th March 2008, 08:09
Infor will probably ask you to log a case for that on infor support site.

zardoz
12th March 2008, 11:21
Your version of the include "tdpsc0003" is older than the script you are modifying, when you compile the script the errors happens because the functions listed as unresolved reference aren't found in your version...

dharam.dv
12th March 2008, 11:27
Hi Amit,

There must be some librery file attached with that script so you need to find that Library file and attached that with your script.

Regards
Dharam

abby13
13th March 2008, 05:58
You will need to copy the function also.

Amit_Jain
14th March 2008, 08:38
Hi group members,

Thanks a lot for all your replies, but we solved it by a workaround method, we comment the original include statement and wrote functiones all by ourself to take care of the functionality

Thanks anyways