teddybear
1st August 2008, 12:29
Hi,

I am trying to build a report with address field inside the report. I try to format the address field with the script below. I got error : Unresolved reference to function 'tccom.dll4030.format.address'

Can anyone advise ?

Declaration:
extern domain tcmcs.st60m busp.fadr(20)

before.whinh430.stco.1:
before.layout:

tccom.dll4030.format.address(whinh430.stad,20,busp.fadr)

dharam.dv
1st August 2008, 12:32
You have not attached DLL to your script.

Regards
Dharam

bdittmar
1st August 2008, 13:12
Hi,

I am trying to build a report with address field inside the report. I try to format the address field with the script below. I got error : Unresolved reference to function 'tccom.dll4030.format.address'

Can anyone advise ?

Declaration:
extern domain tcmcs.st60m busp.fadr(20)

before.whinh430.stco.1:
before.layout:

tccom.dll4030.format.address(whinh430.stad,20,busp.fadr)

Hello,

use ttadv2143s000 Maintain Libraries by Program Script and assign the dll to your script.

Regards

satish_pabathi
1st August 2008, 15:16
In programscript goto "specific"
there u can find "libraries"
click on that then u can see "ttadv2143m000" session
click on new here u need to add the library file then error will be resolved......

teddybear
4th August 2008, 09:53
Many thanks. Problem has been solved.