Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP - Request Object HELP!
Message
From
10/12/1999 15:45:59
Bob Lucas
The WordWare Agency
Alberta, Canada
 
 
To
10/12/1999 11:28:47
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00301756
Message ID:
00301983
Views:
27
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!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform