Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding URLs to macxml class
Message
De
14/05/2001 12:47:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Adding URLs to macxml class
Divers
Thread ID:
00506906
Message ID:
00506906
Vues:
48
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
Répondre
Fil
Voir

Click here to load this message in the networking platform