Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transferring data from 1 table to another
Message
 
 
À
09/05/2008 18:12:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01315964
Message ID:
01316273
Vues:
15
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform