Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Request object from HTMP form
Message
De
02/10/2000 08:36:49
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Request object from HTMP form
Divers
Thread ID:
00423359
Message ID:
00423359
Vues:
50
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform