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:
00930023
Vues:
15
What is the value of thisform.text1.value when you get the error?

>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?
May all your weeds be wildflowers
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform