Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Request object from HTMP form
Message
From
31/10/2000 03:40:18
 
 
To
02/10/2000 08:36:49
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00423359
Message ID:
00436243
Views:
18
And?

>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform