Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Asp and logical fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00250672
Message ID:
00250719
Vues:
24
Oops, looks like the changes in the UT parser now allows a few more HTML tags :~
'Client form with checkbox being posted
<INPUT TYPE=CHECKBOX NAME=CB1 VALUE="Y">

'On server ASP being posted to:
CB1=Request.Form("CB1")
If CB1="Y" then
   CB1=true
else
   CB1=false
end if
'Now simply update your logical field in the recordset with CB1
Michael McLain
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform