Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enhancement Request: One stop Printing.
Message
From
17/02/2003 15:40:35
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00754145
Message ID:
00754232
Views:
25
>>I'm looking at the requirement to have a few reports restricted by user security(in some cases, to a single form as well). So I'm currently working with a cReportsObj dropped on the form with some VB-inherited code from the cReportForm.
>
>Are you filtering the reports cursor based on user/group id?
>

No, I'm avoiding using the cReportForm by feeding the bizobj the report name directly.

Slightly related note: In the 7.1 DevGuide.doc, the bottom of page 389 has:

Sending Reports to Excel

To get

IF TYPE('poExcel') == 'O' AND NOT ISNULL(poExcel)
poExcel.ExportCursorToExcel(ALIAS(), 'ProjectTasks.xls', .T.)
RETURN .F.
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform