Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Roaming Record Pointer
Message
 
À
23/12/1999 09:07:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00306394
Message ID:
00307904
Vues:
35
>Jim:
>
>It was suggested that it is possible to get detail bands to span pages by setting up the band as can grow and using a UDF to create a string with as many CR/LF as needed. In addition, I was told that by getting an object reference to the calling form into the Data Environment, I could have code in Method() of the form that are accessible by the VFP Report Writer. I'll check it out and let you know.
>
>Thanks for all of your assistance this past year and have a Happy Holiday.

Mike,

You can a get the detail band to cross pages, the problem is that the report designer doesn't handel; that situation gracefully. Page numbers can get screwed up adn footers and ehaders can also get messed up.

As for a reference to the form that called the report all you need to do is;
* Someform method
LOCAL loForm
loForm = Thisform
REPORT FORM Whatever TO PRINT
Within the report you can use loForm.Method() to call a method of the form. Reports can see lcoal and private variables of the method that called the report.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform