M
Mark Goldin
How do I extact fields names (not values) from the Request object?
Thanks
Thanks
Mark said:How do I extact fields names (not values) from the Request object?
Thanks
Mark said:My problem is that I am trying to do in Visual Foxpro.
Looks like Fox
has different syntax.
Here is code that works for fields values:
loFormVars = Request.Form
FOR EACH lcFormVar in loFormVars
INSERT INTO test values('', Request.Form(lcFormVar).Item())
ENDFOR
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.