Printing on form and updating dataset
Hi,
I need to print multi-part forms. Each form has a control number
pre-printed.
As I am printing the form, I need to update fields date and form number.
Everything is working, but I have a problem with:
- need to print a printed form due to power failure, damage form or other
erros
- block user to print a printed form when printing a range of records.
I made two options
- first print -> print a range (I have a problem here)
- print again -> this option allow to print one form at time -> is working
well
If the user send do print forms 1 to 10, but 5 e 7 are already printed, how
can I skip this form to print?
1 - should print
2 - "
3 - "
4 - "
5 - skip
6 - should print
7 - skip
8 - should print
9 - "
10 - "
If a use a filter on TTABLE (I am using APOLLO), as I update date and form
number, the forms that should be printed go out of range.
Best regards
Sergio Melchiori
I need to print multi-part forms. Each form has a control number
pre-printed.
As I am printing the form, I need to update fields date and form number.
Everything is working, but I have a problem with:
- need to print a printed form due to power failure, damage form or other
erros
- block user to print a printed form when printing a range of records.
I made two options
- first print -> print a range (I have a problem here)
- print again -> this option allow to print one form at time -> is working
well
If the user send do print forms 1 to 10, but 5 e 7 are already printed, how
can I skip this form to print?
1 - should print
2 - "
3 - "
4 - "
5 - skip
6 - should print
7 - skip
8 - should print
9 - "
10 - "
If a use a filter on TTABLE (I am using APOLLO), as I update date and form
number, the forms that should be printed go out of range.
Best regards
Sergio Melchiori
This discussion has been closed.
Comments
but use the techniques as shown in demo #111-116 of the main reports demo
project to only print the records that you want to print.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Grid bookmark solve my problem.
Best regards
Sergio