Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Type Mistmatch
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Data Type Mistmatch
Miscellaneous
Thread ID:
00929104
Message ID:
00929104
Views:
47
I have a Textbox which I have set the format to R and the inputmask to 99.99. When a figure is inserted and a button pressed the value is inserted into a table called winnings. Therefore the on click event on the button is:
IF thisform.Optiongroup1.value = 1
	USE winnings
	INSERT INTO 'winnings' (amount) ;
  	 VALUES  (thisform.text1.value)	
ENDIF
On the amount field in the winnings table I have set this to numeric but I am recieving a data type mismatch error. Can anybody help me please?
Neil Lewis
IT R&D Manager
Velmore Ltd
Next
Reply
Map
View

Click here to load this message in the networking platform