Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enhancement Request: One stop Printing.
Message
De
17/02/2003 15:40:35
 
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00754145
Message ID:
00754232
Vues:
24
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform