Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying out an included report form?
Message
 
À
20/12/1999 15:31:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00306391
Message ID:
00306432
Vues:
25
>Hello,
>
>We are planning on including all of our forms, code, report forms, etc. into a project in order to build one large App. Though the reports run fine when included in the project, there doesn't seem to be an easy way to copy them out. Currently we allow our users to copy our default reports so that they may modify them them. The trouble with including the report forms is that using a statement like "COPY FILE MyReport.Frx TO YourReport.Frx" brings up an error "File Does not exist". The file, the report form's .FRX and .FRT files, are not present because they have been included in the App and are not on the users computer as separate files. Is there a way to include the report form files (.Frx/.Frt) and still have them available to be copied?
>
>Thanks....douglas williams

Douglas,

For a report this is easy to fix;
USE MyReport.frx
COPY TO C:\Whatever\MyNewReport.FRX
USE
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform