Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Request object from HTMP form
Message
From
02/10/2000 08:36:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Request object from HTMP form
Miscellaneous
Thread ID:
00423359
Message ID:
00423359
Views:
51
I've passed the request object from an HTMP page into my VFP COM object. So that I don't can change the fields

lcSQLStart = "insert into NonMembers ( "
lcSQLEnd = "values ( "


for each loItem in toRequest.Form()

lcItemName = substr( alltrim( loItem), 3)

lcSQLStart = lcSQLStart + ;
lcItemName + ;
", "
lcSQLEnd= lcSQLEnd + ;
"'" + ;
toRequest.Form( loItem).Item() + ;
"', "

endfor
Next
Reply
Map
View

Click here to load this message in the networking platform