Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using HTML code in Visual Fox Pro
Message
De
17/09/2005 16:07:12
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
17/09/2005 14:54:01
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:
01050639
Vues:
34
>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>&lt;% Response.Redirect "nowhere"   <BODY></BODY></HTML>',This.EmptyHTM)
>
>
>Revised:
>
>
>Strtofile('<HTML>&' + 'lt;% Response.Redirect "nowhere"   <BODY></BODY></HTML>',This.EmptyHTM)
>
>
>Malcolm

Right,
HTML rendering spoiled it. Would be:
< HTML >< % Response.Redirect "nowhere" ...
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform