Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looping asp.request.forms object
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00198536
Message ID:
00198582
Views:
13
I am trying to "query" the asp object for input types that have names that map to a vfp table.

The idea is to loop through ASP's request.forms object, evaluate the name of the object to see if it matches my table (m.cust_name). If so, gather that value.

I want a generic way to do this. That is why i'm not just doing this.
m.cust_name = request.forms("m.cust_name").item
....
Gather memo memvar

Does this help?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform