Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Request to a COM Object
Message
From
06/09/2000 19:27:57
 
 
To
31/08/2000 11:05:22
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00410498
Message ID:
00413249
Views:
18
>>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.

Hey Mike,

I guess I missed your presentation on VFP and the internet, but how is this possible? It's kind of being able to bind to other object's events and properties right? no?

I'm all confused as you can see.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform