Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Customizing Reports Within a Form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
Customizing Reports Within a Form
Divers
Thread ID:
00929090
Message ID:
00929090
Vues:
61
I want to give my Users the ability to re-arrange the report format that comes a finish app., and it must be shown inside a form..currently im using this small code to do a report customization within my App..
PUBLIC gcReports
gcReports = GETFILE('FRX', 'Get Report File .FRX:', 'Customized', 1,   'Report Customization')
DO CASE
   CASE 'Untitled' $ gcReports
      MODIFY REPORT (gcReports)
   CASE EMPTY(gcReports)
      RETURN
   OTHERWISE
      MODIFY REPORT (gcReports) SAVE
ENDCASE
Does the VFP9 Beta has a sample about this?
Does anybody know how do this particularly with VFP9 BETA?

Thanks.
Jojo R. dela Cuesta, B.Sc.
eConsultant, Programmer
Dalplus Technologies
http://www.dalplus.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform