cancel
Showing results for 
Search instead for 
Did you mean: 

Country showing as the first letter only on Invoice

Former Member
0 Kudos

In Smartforms my country (foreign) shows up like

P-1234 Alverca

It needs to drop the P and add the country after Alverca but it does not.....

the code in this area is

&Ibil_adrc_-city&&' ' I_bil_adrc_-POST_code1

&I_bil_CON&

any clues what is happening?

Accepted Solutions (0)

Answers (4)

Answers (4)

prakashjasti
Contributor
0 Kudos

Hi,

Try this,

for the remaining adrc is table but for country ....?

i think u have missed one table name between &i_bil_Tablename-con&

Regards,

Prakash.

Former Member
0 Kudos

I figured this out by changing the code in smartform

Former Member
0 Kudos

Hi,

Is &I_bil_CON& means country in your code? Then you will need to check if it is getting populated in debugging mode and also try including it in the first line itself.

Thanks,

Archana

former_member156446
Active Contributor
0 Kudos

Have them all in one line, I am assuming there is not space to show the second line..

&Ibil_adrc_-city&&' ' &I_bil_adrc_-POST_code1& &I_bil_CON&