Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Type Mistmatch
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00929104
Message ID:
00930058
Vues:
12
IF thisform.Optiongroup1.value = 1
> USE winnings
> INSERT INTO 'winnings' (amount) ;
> VALUES (thisform.text1.value)
>ENDIF

You can try to use this also, or put variables on your textbox valid event..
IF thisform.Optiongroup1.value = 1
        yAmount = thisform.text1.value
	USE winnings
	INSERT INTO 'winnings' (amount) ;
  	 VALUES  (yAmount)	
ENDIF
Jojo R. dela Cuesta, B.Sc.
eConsultant, Programmer
Dalplus Technologies
http://www.dalplus.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform