Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using a variable to store an object name
Message
De
05/06/1997 08:54:43
 
 
À
04/06/1997 20:33:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00035059
Message ID:
00035149
Vues:
48
>>>I wish to run the following line of code
>>>
>>>REPORT FORM REPORTNAME TO PRINTER
>>>
>>>where REPORTNAME is a variable containing the name of the report. Is there a function which will locate the contents of reportname
>>
>>REPORT FORM &REPORTNAME. TO PRINTER
>
>Name substitution will work here, and is considered better code:
>
>REPORT FORM (lcReportName) TO PRINTER

Macros are universal in VFP, so I consider them as better code.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform