Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can you send multiple pages for one record
Message
De
27/03/1998 12:10:25
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
27/03/1998 12:02:43
Michel Pare
Banque Nationale Du Canada
Hull, Québec, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00084993
Message ID:
00087713
Vues:
43
>>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 ...
Also try inserting _pageno%2=0 for even, and _pageno%2=1 for odd pages in print when.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform