Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A question about the vfp50 Report Designer
Message
From
20/10/1997 15:36:02
 
 
To
20/10/1997 15:05:17
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00055324
Message ID:
00055598
Views:
31
>>>>>Were does the Report Designer read in each record?
>>>>>I want to trap for records with certain values and
>>>>>be able to skip over that record.
>>>>>any ideas? ... thanks
>>>>
>>>> why not set the filter/create the cursor before you run the report?
>>>>
>>>>Arnon
>>>
>>>Hi Arnon - I can set a filter before I run the report. I just wanted to know
>>>if the REPORT DESIGNER had a area where it reads the record and you had
>>>to option to SKIP the record depending on certain logic.
>>>.... :)
>>
>>Hi Robert, in the data environment, there is a property on the cursor (Filter)
>>You can add your condition there.
>Hi Sonny and thank you for answering. I use the filter property and it works great...
>My problem is, I need a SUMMARY page at the end of this report
>that counts duplicate fields values.
>example
>
>States Number of occurrences
>Texas 5
>New York 2
> -----------
> 7 total
>I do not no how I can trap for these fields and
>keep of count of the number of their occurrences.
>Is there a way in the report designer?
>thanks .. :)

You could base your report on an SQL statement that selects the totals for each value as well as the values themselves. Run the SQL in the report's init, store the results to a cursor, and base your report items on the fields of the cursor.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform