Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Footnotes
Message
De
23/07/2001 11:35:53
 
 
À
23/07/2001 06:06:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00533807
Message ID:
00533956
Vues:
11
>Is there a function that can do this for me? Or is there a syntax for this? I would appreciate all the help I will get.

There's no way for teh report to know what it's filename is as far as I know, so before you call your report, you could define a variable with that name, and the report shoudl be able to see it. IE:
lcReportName = getfile()
report form (lcReportName)
And then create a field in your report with lcReportName. Like JVP said, you can use a handful of functions to get the full name of teh report, like FullPath() or LocFile().
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform