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

Click here to load this message in the networking platform