J
jfp
I have a form with data source a table. The form shows one record at a
time. On the form, i would like to add a button that will print the
single selected record as it appears in form view. What code should i
use for this?
The default toolbar that is available has a "print" button -- that dumps
the entire table to the printer, which is an absolute disaster since
each record is shown in form view, one immediately following the
previous, running over page breaks.
If i use Ctrl-P (or File / Print), the default is (as above) to print
all pages. There is, however, an option to print "Selected Record(s)".
This does what i want. How do i programmatically accomplish this ?
Thanks !
time. On the form, i would like to add a button that will print the
single selected record as it appears in form view. What code should i
use for this?
The default toolbar that is available has a "print" button -- that dumps
the entire table to the printer, which is an absolute disaster since
each record is shown in form view, one immediately following the
previous, running over page breaks.
If i use Ctrl-P (or File / Print), the default is (as above) to print
all pages. There is, however, an option to print "Selected Record(s)".
This does what i want. How do i programmatically accomplish this ?
Thanks !