Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count hits with ASP code?
Message
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00322578
Message ID:
00323498
Views:
21
Thank you Mike for all this information.
I check the ASP code and it simple. No problem there.
But I do have some questions on your VFP code.

In your Edit.asp you do
Set oVFPObject = Server.CreateObject("mhcom.mhcom")

If IsObject(oVFPObject) Then

  ' Call VFP DLL -- let it do the rest of the work
  lcPage = Request.QueryString("page")
  x=oVFPObject.EditPage(lcPage)

  'Release object variable
  Set oVFPObject = Nothing
Else
  Response.Write("Could not load COM Object MHCom.MHCom")
In you VFP code in the method EditPage you do
*Give quick references to these objects
local Response, Request
Response = this.oASP.Response
Request = this.oASP.Request
How come you have access to the oAsp object? Where do set this reference?
I know you set the oASP reference in the OnStartPage() methode but where and how do you call this method?

>I use a VFP COM object. I'll I did was create a VFP PRG and compile it as a DLL. Would you like to see the code for the ASP pages and the COM?
>
>>How did you structure your function to do all this?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform