Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count copies
Message
From
07/01/2003 16:20:37
Norman Avila
Universal Computadora Guatemala, S.A.
Guatemala, Guatemala
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00738787
Message ID:
00739048
Views:
27
Hi all, thanks for the concerns, actually my problem was
the invoice 1 copy (original goes to the customer) another copy must say accounting copy or copy 2) and the third must say (file)

The printing must be the 3 copies by force (is like having the old carbon copy invoices that you print once but 3 ) I kind of solved with
ask first if wanted to view preview (no copy increment) or print (re-print) in case the user press the print icon. If the user does want to print go with
lcCopy="Original"
report form.... to print
lcCopy="Copy 1"
report form.... to print

etc

Thanks




>It could be solved, don't worry :)
>
>But let's stop all the speculations for now and wait for thread originator.
>
>>What if the user changes the number of copies to 1, and the business requirement is to force 3 copies?
>>
>>>It would print the number of copies specified in Prompt dialog.
>>>
>>>Original is easy. Put iif(nCopies=1,'Original','Copy '+ transform(nCopies))
>>>
>>>>I saw that, and it appears that would still only print one copy. And he wants the first copy to say "Original", not Copy 1 (althought that is trivial).
>>>>
>>>>>
>>>>>Yes, seems like it's the most reliable solution :)
>>>>>
>>>>>As for the other questions, see my first reply in the thread :)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform