Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Com object not working as expected
Message
From
04/04/2000 02:11:14
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00354504
Message ID:
00354842
Views:
18
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform