Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Request to a COM Object
Message
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00410498
Message ID:
00411301
Vues:
27
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform