Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding URLs to macxml class
Message
From
14/05/2001 12:47:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Adding URLs to macxml class
Miscellaneous
Thread ID:
00506906
Message ID:
00506906
Views:
47
I noticed that macxml class in file area has an undocumented feature:
if source cursor name enda with url, it creates hyperlink from in page.

However, clicking in this hyperlink does'nt work: it will not open
url. How to make clicking in hyperlink work ?

Test program:
SET CLASSLIB TO macXML
oXML = CREATEOBJECT("macXML")
	
SELECT *, ;
     'http://www.levelextreme.com' as companyurl ;
FROM (_samples+'data\customer') ;
INTO CURSOR MyCursor

STRTOFILE( oXML.XMLTable(.f., [  style="font:8pt Verdana"] ;
    ), "tablefile.htm")

RUN start tablefile.htm
Andrus
Reply
Map
View

Click here to load this message in the networking platform