Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Request to a COM Object
Message
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00410498
Message ID:
00411301
Views:
26
>Anyone know if ASP objects (response, request, etc.) can be passed to a VFP COM object? I have tried it but it didn't seem to work.

There's a better way to do it then passing. In you VFP COM class definition, add this event:
procedure OnStartPage
	lparameters toASP
	this.oASP = toASP
endproc
Now you have the ASP Objects passed automatically! You can do this.oASP.Response.Write("hello") in your VFP code.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform