RickyRicardo
Programmer
Hi,
Problem 1:
I have a form, that has a lot of controls, actually the maximum number of controls. When the form loads, some of the controls are visible and some are not, depends on the selections of the user. When, i print out the form there is always extra blank sheets.
I was thinking that becuase there are controls, even though they are not visible the form keeps space for them and thats why there is an extra page at the end of the form.
Problem 2:
I have a button that prints out the form, but i want the form not to be visible when it is printing out. In other words, after the print button is selected, the form should hide and do some calculations and print.
Does anyone know how I can fix these problems?
Ricky
Problem 1:
I have a form, that has a lot of controls, actually the maximum number of controls. When the form loads, some of the controls are visible and some are not, depends on the selections of the user. When, i print out the form there is always extra blank sheets.
I was thinking that becuase there are controls, even though they are not visible the form keeps space for them and thats why there is an extra page at the end of the form.
Problem 2:
I have a button that prints out the form, but i want the form not to be visible when it is printing out. In other words, after the print button is selected, the form should hide and do some calculations and print.
Does anyone know how I can fix these problems?
Ricky