Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Breaking a report into regions
Message
From
02/01/2002 17:12:32
 
 
To
02/01/2002 17:04:16
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00599964
Message ID:
00599986
Views:
17
>Yes but how can I use that so the top section of my report is always 3 inches regardless of how many rows are in the table ?


In this case you will need to create a cursor that will identify each section on your report, something like

MYCURSOR STRUCTURE
field_section    field_data1   Field_dataN
-------------    -----------   -----------
     a               One          AnyFoo1
     a               Two             .
     a               Tree            .
     a                .
     a                .
     a                .
     b
     b
     c
     c
     c
In each field (on your report) you will use at print when something like:

field_section="a" .or. "b", "c"

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform