Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Request object from HTML form
Message
From
02/10/2000 18:21: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:
00423809
Views:
13
>FOR EACH lcKey IN toRequest.Form
> x=toRequest.Form( lcKey).Item
>ENDFOR

Actually, since the collection is returning text items, why regain the same reference you already have?
FOR EACH lcKey IN toRequest.Form
  ?lcKey
ENDFOR
Or am I misunderstanding the intent?
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform