Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using HTML code in Visual Fox Pro
Message
From
17/09/2005 14:54:01
 
 
To
17/09/2005 11:18:27
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
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:
01050632
Views:
33
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform