Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Request object from HTML form
Message
From
02/10/2000 11:05:38
 
 
To
02/10/2000 10:58:37
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00423368
Message ID:
00423441
Views:
11
>Finally found it! Phew, I was starting to get worried.

>You loop should go something like

>FOR EACH lcKey IN toRequest.Form
>x=toRequest.Form( lcKey).Item
>ENDFOR

>**Note no brackets after Item. It woks with Querystring, so the same should >work for form.

That's almost exactly what my loop looks like:

for each loItem in toRequest.Form
**code
endFor

But it falls over on the first line...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform