Printing a variable number of lines after the detail line prints
Hi,
I need to be able to print a variable number of lines after each detail line
prints.
I need something like this:
Record
Product Quantity Serial
Numbers
============= ====== ===========
ABC 3 Yes
Serial # _____________________
Serial # _____________________
Serial # _____________________
DEF 2 No
HIJ 5
No
XYZ 1 Yes
Serial # _____________________
As you can see, if serial number tracking is required, I want to print a
line for the user to record the required number of serial numbers.
Thanks for any help.
Matthew Pascoe
I need to be able to print a variable number of lines after each detail line
prints.
I need something like this:
Record
Product Quantity Serial
Numbers
============= ====== ===========
ABC 3 Yes
Serial # _____________________
Serial # _____________________
Serial # _____________________
DEF 2 No
HIJ 5
No
XYZ 1 Yes
Serial # _____________________
As you can see, if serial number tracking is required, I want to print a
line for the user to record the required number of serial numbers.
Thanks for any help.
Matthew Pascoe
This discussion has been closed.
Comments
Below is an example I created that does what you describe below by setting
the DetailBand.BandsPerRecord based on the Quantity field. Hope this helps.
http://www.digital-metaphors.com/tips/BlankLinesBasedOnData.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thank you! That is exactly what I was looking for. It's now working
perfectly.
Thanks for taking the time to create the demo.
This product really is very powerful.
Matthew