Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Type Mistmatch
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00929104
Message ID:
00930058
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform