Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASP - Request Object HELP!
Message
De
10/12/1999 15:45:59
Bob Lucas
The WordWare Agency
Alberta, Canada
 
 
À
10/12/1999 11:28:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00301756
Message ID:
00301983
Vues:
26
VB has default properties for objects which is why you don't have to explicitly reference the value property. The default collection for the request.form object is the item.

You might have more success accessing

Request.Form(1).Item(1).Value

Etc. for other items.


>I am passing the Request and Response objects from an active server page to a VFP COM object. I don't know the names of the form variables and I want to use them in the code. Request.From(1) returns an object that represents the value of variable #1. Is there any way to convert this to a character value?
>*****
>I am trying to create a generic vfp routine that will take any Request object and update tables according to form variable names and values.
>HELP!! HELP!!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform