Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Com object not working as expected
Message
De
04/04/2000 02:11:14
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00354504
Message ID:
00354842
Vues:
12
>This yields the results I want to see in my ASP file. However, when I try the ASP code, I don't get any results.

What if you make it:

<%set oServer = Server.CreateObject('WebData.AspTools')
x=oServer.ShowTable()
Response.Write(oServer.cHtml)%>


Perosnally, I would return all the text right from the whos table method, and do things like this:

<%set oServer = Server.CreateObject('WebData.AspTools')
Response.Write(oServer.ShowTable())%>


I think that works.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform