G
Guest
In order to adjust printing of a certificate, I have written a number of
different reports with different margins. The user will input an "X" and "Y"
adjustment, and the output will be one of 36 different sets of reports.
I'm looking for the best way to program this. I could do
Case of X1 with 6 cases of Y1-Y6, but it seems like there must be a simpler
answer.
Then I want the printing adjustment to be remembered and used when the main
form re-opens each time, unless the print adjustment is changed.
Thank you for any help you can provide,
Karl
different reports with different margins. The user will input an "X" and "Y"
adjustment, and the output will be one of 36 different sets of reports.
I'm looking for the best way to program this. I could do
Case of X1 with 6 cases of Y1-Y6, but it seems like there must be a simpler
answer.
Then I want the printing adjustment to be remembered and used when the main
form re-opens each time, unless the print adjustment is changed.
Thank you for any help you can provide,
Karl