cyrilchacko
7th November 2008, 14:10
I am trying to print the address as specified in the address format for the Business Partner.

Is there an implemented DLL for address printing, which prints the address in the format?

I have tried tccom.dll4030.read.address.string(addr.code,addr.str) . The address returned in add.str is the normal address field (for Name,ZIp Code, City, State, Country)

Has any one tried this?

Thanks in advance.

Cyril Chacko

cyrilchacko
8th November 2008, 08:44
Solved the problem.

Found another DLL tccomdll4035.

By using the function tccom.dll4035.format.address(addr.code,lines,addr.str.arr)
where addr.code is the address code and line is the number of lines to retrieve
The address is retrieved in the multibyte string array addr.str.arr of size lines

Thanks for looking into the problem
Cyril Chacko