cancel
Showing results for 
Search instead for 
Did you mean: 

Address printing in Smartforms

Former Member
0 Kudos

I am trying to print the address using address window in

smart form.Address has generally 8 lines for printing.If we have all the values in 8 lines, it prints everything.If any of the line is empty, I am getting the blank line in the form. Is ther anyway to delete the blank line. Pls suggest.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

1.Just place a condition in the text element .i.e:

not initial EQ 0.

text--->condtions tab

2.blank lines will delleted by this condition.

Regards,

Kiran

Former Member
0 Kudos

Hi,

Here is the most common senario where we don't have a post box number and for some countries this is a mandatory field.

Simplest thing what do is create a alternate which you can find on right clicking on a window.

1. we need to set a condition post box is initial or not.

2. create 2 texts elements one with post bovx and other

without .

3. Use these one under the true condition and other for the

false condition.

Regards,

KK

radhushankar
Participant
0 Kudos

Hi

In the address window text element for example you have name1,name2,name3,street1,street2,pobox,city.

All the above said detials needs to be maintained in the master datas.If the company dont have a name 2 means automatically it will be blank only if u placed the corresponding text elemements in the window.

In order to avoid the blank place a alternate option the text element like this

if &name2& = blank.

Yes.

name1

name3

street1

street2

pobox

city

No

name1

name2

name3

street1

street2

pobox

In this case the system will check for the name2 element if that is blank it will it will print the following the elements we placed under the yes condition if no it will place as i said earlier.

You can add as much as conditions as its requires based upon your requirement.

Reward if useful.

Thanks and Regards,

Arun joseph

city