cancel
Showing results for 
Search instead for 
Did you mean: 

Avoid Blank Pages

Kanagaraja_L
Active Contributor
0 Kudos

Hi,

I am displaying multiple Items. Its taking more than 5 Pages. Iam getting a blank page between 3rd and 4th pages.

Is it possible to avoid the blank pages by using Form Calc. If Yes then pls provide a sample script.

Thanks

Kanagaraja L

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Are you using 'flowed' property? Keep different pages in different subforms and defined their property as flowed. This will adjust the subform position accordingly and will remove the blank spaces or pages in between.

Alternatively you can also try with formcalc script. write the script like -

If (condition)
then
   bodypage.presence = "hidden"
else
   bodypage.presence = "visible"
endif

Edited by: Vishal Pandey on Dec 6, 2008 5:57 PM

Sorry. I mentioned "invisible" instead of "hidden". Try and see, if it works.

- Vish..

Answers (1)

Answers (1)

Kanagaraja_L
Active Contributor
0 Kudos

For this I made a Proper bindings for the subforms without interferring any unnecessary subforms betwenn Table and Data(*).

Kanagaraja L