Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using HTML code in Visual Fox Pro
Message
From
17/09/2005 16:07:12
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
17/09/2005 14:54:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01050590
Message ID:
01050639
Views:
28
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform