Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using HTML code in Visual Fox Pro
Message
De
17/09/2005 14:54:01
 
 
À
17/09/2005 11:18:27
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01050590
Message ID:
01050632
Vues:
38
Cetin,

Great example! I had to make one change on my system because of UT HTML translation ("&&" get appended together and get treated as a comment char by VFP even though these chars are in a string constant).

Original:
Strtofile('<HTML>&&#108;t;% Response.Redirect "nowhere" %><BODY></BODY></HTML>',This.EmptyHTM)
Revised:
Strtofile('<HTML>&' + '&#108;t;% Response.Redirect "nowhere" %><BODY></BODY></HTML>',This.EmptyHTM)
Malcolm
Malcolm Greene
Brooks-Durham
mgreene@bdurham.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform