Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Size of reports, printing reports
Message
From
26/02/2000 02:28:11
 
 
To
01/02/2000 03:22:35
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00325468
Message ID:
00338016
Views:
30
There may be a better way, but I put the REPORT FORM command inside a FOR/NEXT loop.

>I'm new to this forum and it looks good.
>
>I'm having big time problems with things that should'nt be a problem.
>
>1. I have a database (sale of houses) with pictures (jpg's) and
>some memo's describing the house.
>The customer ofcause want to print this catalog (5 pages) in copies
>of ex. 10. The 10 copies should be collate. 1-2-3-4-5 1-2-3-4-5 ect. ect.
>
>Fox's dos not support that feature. So I tried with the CommonDialog like this :
>
>oDlg = CREATEOBJECT("MSComDlg.CommonDialog.1")
>oDlg.Flags = 0x8 && Sets collate to .T.
>oDlg.ShowPrinter
>REPORT FORM 'test' NOCONSOLE TO PRINTER PROMPT
>
>Still it will not collate the output.
>
>What am I doing wrong here ?
>Why is my reports so big in size , - about 4Megs.
>(Ex. 2 pages with 20 jpg pics of 30K each a little text in memo's)
Previous
Reply
Map
View

Click here to load this message in the networking platform