Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transferring data from 1 table to another
Message
 
 
To
09/05/2008 18:12:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01315964
Message ID:
01316273
Views:
13
>O.K. so all code tested and works great on my computer Hooray!
>
>I have 1 question about data you may be able to help me with.
>
>1 table contained within the .dbc when I enter data in the form and I get to a field that is numeric the field reads 1,23 a comma????? also along with this comma thing there appears to be a floating zero at the end of the input field.
>
>Any ideas.
>
>Thanks,
>
>Fred W.

Did you set an InputMask for this field, something like 999,999,999.99 ?

The InputMask is disturbing an input, so I have a numerictext class where I save remove InputMask on GotFocus() event and then restore it in the LostFocus() event.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform