Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Request to a COM Object
Message
De
06/09/2000 19:27:57
 
 
À
31/08/2000 11:05:22
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00410498
Message ID:
00413249
Vues:
20
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform