Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MS Ignores VFP at Internet Expo
Message
 
À
14/10/1998 17:59:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00145629
Message ID:
00147969
Vues:
31
A runtime parser/interpreter, is the ability to parse and interpret a program command or expression at runtime.

The most obvious way of doing this VFP is by using the macro & and also using EVAL()

In web development, you can create HTML templates which actually contain VFP expressions delimited by say ##.

Example of HTML document template:

The total amount of taxes is:
##iif(taxallowed,invoice.totamount*tax.statetax,0)##


You can substitute any VFP expression between the ## and it will work.

I highly recommend looking at west-wind.com for more info.

Costas
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform