cancel
Showing results for 
Search instead for 
Did you mean: 

adobe form remove spaces between lines

former_member317781
Active Participant
0 Kudos

hi masters,

i have designed the adobe form...and i have address box where in i have address, am happy.

the issue is...i have my address like this...

KS Tech

Group services

carlton

floor 77

it has a gap between the lines...and i want to show like this

KS Tech

Group services

Carlton

Floor 77

How can i take out the gap between the lines,,,, the data comes from the tables and it is not hard coded.

thank you,

kata.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kata,

I am facing similar issue though i read solution across still ist not resolved to me .

I have placed those field in subform and set it properties as Flowed and top to botttom and in subform  correspnding script editior write the following code .

if ((this.rawvalue == null) || (this.rawvalue == "")) {

this.presence = "invisible" }

But it didnt not work for me i doubt may be i miss on some thing else like my form type or my aodbe version .

But you can try this please .

Best Regards,

Poornima.

former_member317781
Active Participant
0 Kudos

thank you much appreciated ...will try now.

former_member317781
Active Participant
0 Kudos

Hi Poornima,

I have goodnews for you,

i have managed to take out the extra space between the lines.

the solution is :

1.Menu - Platters- Layout

2.Click on the Field - click on the layout

3.By default layout height would be : 0.25in

4.So make it : 0.15in

works 100%

thank you,

jacob.kata.

Answers (0)