‎2009 Jan 06 1:28 PM
Hi all,
I am displaying the address in smart form by giving the address number to address node. My problem is in output the post code is coming left side of the city.
i.e presently the address is coming like following
Vendor domestic 01,
Warehouse,
7/4 Brunton Road,
560025 Bangalore
But i want to display the address like following
Vendor domestic 01,
Warehouse,
7/4 Brunton Road,
Bangalore 560025
Please tell me any one how to print the pin code at right side of the city.
Note:
I did not write the address (By selecting the date)automatically system is writing the address by giving the address number to address node.
Thanks in advance,
Mahi.
‎2009 Jan 07 4:24 AM
Hi Mahi,
I think you are coping the standard and changing as per your requirements.
in address- Text node, interchange the pincode and city (to city and Pincode). This will solve your problem.
Regards
Satya
‎2009 Jan 07 4:24 AM
Hi Mahi,
I think you are coping the standard and changing as per your requirements.
in address- Text node, interchange the pincode and city (to city and Pincode). This will solve your problem.
Regards
Satya
‎2009 Jan 07 5:47 AM
Hi Satyanarayana,
Can you please tell me how to interchage the city and pincode in address node?????
Thanks,
Mahi
‎2009 Jan 07 5:20 AM
if this is the case
giving the address number to address node
then it is not possible to interchange the field , so try to fetch the address details sep and display it in text node as per ur requirement...
‎2009 Jan 07 5:25 AM
HI.
City and PIN code both diffrent field .If yes,Just change the location of fields
Eg:<itab-pincode> <itab-city> change it as <itab-city> <itab-pincode> in editor.
Regards.
Jay
‎2009 Jan 07 5:36 AM
hi,
In the smartform you can check
Address node --> General Attributes try it form there .... or
you better use text elemnets and fetch data directly from adrc
thanks
‎2009 Jan 07 6:17 AM