Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Roaming Record Pointer
Message
 
To
23/12/1999 09:07:59
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00306394
Message ID:
00307904
Views:
27
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform