Hi, I have a form in which there are 4 square image fields in which hide
if an image isn't attached. The formcalc change* event is as
follows:if(picture3.rawValue ==
"1")thenform1.page2.change.picture3.presence=
"visible"elseform1.page2.change.picture3.presence= "hidden"EndifIt works
and that isn't the problem. My question here is well if i don't attach
images to the last 2 squares on the bottom (square 3,4), theres a big
empty space on the form when printed, which later connects to the next
pag...