When we press " = " in a Numeric Textbox, it is showing error Messagebox.
Content of error Messagebox :
---------------------------
Microsoft Visual FoxPro
---------------------------
A FoxcodePlus error has occured. Press CTRL+C to copy this error or send the file foxcodeplus.err to the author.
Version: 3.08 Beta
Wontop: FORM1
Localization: PROCEDURE FOXCODEPLUSMAIN.GETEQUAL C:\PROGRAM FILES\MICROSOFT VISUAL FOXPRO 9\FOXCODEPLUS.APP
Method: getequal
Line: 4523
Error Message: Function argument value, type, or count is invalid.
Error number: 11
Line contents: ...
---------------------------
OK
---------------------------
Also Cursor Jump to left side when we press " . " when we have Numeric field as ControlSource and nothing in " InputMask "
Warm regards,
mk.
Comments: ** Comment from web user: mk_common **
Content of error Messagebox :
---------------------------
Microsoft Visual FoxPro
---------------------------
A FoxcodePlus error has occured. Press CTRL+C to copy this error or send the file foxcodeplus.err to the author.
Version: 3.08 Beta
Wontop: FORM1
Localization: PROCEDURE FOXCODEPLUSMAIN.GETEQUAL C:\PROGRAM FILES\MICROSOFT VISUAL FOXPRO 9\FOXCODEPLUS.APP
Method: getequal
Line: 4523
Error Message: Function argument value, type, or count is invalid.
Error number: 11
Line contents: ...
---------------------------
OK
---------------------------
Also Cursor Jump to left side when we press " . " when we have Numeric field as ControlSource and nothing in " InputMask "
Warm regards,
mk.
Comments: ** Comment from web user: mk_common **
When we have a " Numeric Variable " as ControlSource and Nothing in InputMask.
When we write some Numbers and press " . " it is increased the number of decimal according to value.
Before Writing anything value in textbox is 0.00
we entered a value 100 and press " . " and now it is showing 100.00000000 8 time zero after decimal.
Warm regards,
mk.