Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you send multiple pages for one record
Message
From
27/03/1998 12:02:43
Michel Pare
Banque Nationale Du Canada
Hull, Quebec, Canada
 
 
To
17/03/1998 09:40:56
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00084993
Message ID:
00087711
Views:
36
>Sorry Edward, I don't understand what you are trying to explain. Maybe I wasn't clear enough.
>
>I have a form, composed of multiple pages, that I want to fax to the client. For each record, multiple pages have to be printed.
>
>When building the form in the report generator and trying to print it, the report generator complain that the detail band does not fit on one page (I know and that's what I want).
>
>I don't know how the group band could help me on that.
>
>>Probably, you should split (grouping) report cursor to 'squeeze' detail band overlapping fields for different groups.

I heard about a solution but i did never try this :

- in the entry detail band you put a UDF that initialize a variable from page 1 to page 2 and return to page 1.

- in the report you place all field from page 1 and over this fields you place the field from page 2 (one over the other)

- in each field in the print when condition you can put sommething like that
gnNoPage = 1 ' For fields of page 1
gnNoPage = 2 ' For fields of page 2

This can be a very long job to do but
It is may be something to try ...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform