Current my notes application “FORM” is very long. How can I setup the PRINT to only print out selected form section? Thanks!
Subject: hide when printed
you could also just hide everything on the existing form that you don’t want printed.
Subject: Can you use a new form
Hi,
This might not be a very optimal solution. But maybe you can have another form which acts as the designated print form.
When the user wishes to print out a section of the original form, all you do is move the data form the section to this new form which then can be used to print out the data.
The backdrop is that you will probably need a Print button on this new form. Also to keep the data structure intact you may need print forms corresponding to each section.
Subject: Print form solution
Thanks It is a good sugestion!