Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CLR and VFP
Message
De
28/08/2000 14:13:51
 
 
À
28/08/2000 13:41:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00409695
Message ID:
00409910
Vues:
36
>OPEN DATABASE ("c:\mydate.dbc")
>
>No macros.
>
>REPORT FORM ("c:\myreport.frx")
>

Just for clarification:
This could also be written
lcDBC="c:\mydata.dbc"
OPEN DATA (lcDBC)

Is that correct?

I was under the impression that the main reason to get rid of macro substitution would be so VFP could be truly compiled language.
Wouldn't that make named expressions unavailable as well as these would have to be interpreted at run time?

>Now, I know that there are certain options of the REPORT FORM command that oculd legitimately macro substituted, but these fall into the category that I stated before of stuff that could easily be replace by the VFP team with functions that take expressions. For example:
>
>llPreview = .T.
>llPrompt = .F.
>lcScope = "id=1234"
>=RUNREPORT("c:\myreport.frx", llPreview, llPrompt, lcScope)
>

I agree there. That I could live with.
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform