Skip to Content
0
Apr 29, 2014 at 03:32 AM

Delete space in between textboxes

31 Views

Hi all,

In my adobe forms, I have the following layout:

ABC Company Limited,

(Formerly known as XYZ Limited)

123 Street, Old Trafford,

Manchester.

Now, the form is shared by 2 different company. If the company code is another company I will have the following problem.

There is a gap between the company name and address.

BBB Company Limited,

555 Street, Ahsverton Grove,

London.

In my adobe form, I put the textbox of " Formerly knows as XYZ Limited" in a subform. I set the subform content to "Flowed"

In my script, I put in the following under the event:

data.#pageSet[0].Page1.ZCOMPANY_FORMER_NAME_SUBFORM::ready:layout - (FormCalc, client)

if $.record.zcompany_former_name == '' then

$.presence = "hidden"

endif

It is not working. The gap is still there when I print out the BBB Company. What else could be wrong?