Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox and integer fields
Message
 
À
02/09/1998 08:33:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00132262
Message ID:
00132628
Vues:
20
>Sorry, I forgot to say its VFP 3.0b which has no BOUNDTO property. The ControlSource is the integer field, the RowSource is an SQL statement which selects the description and the key field and the BoundColumn is set to 2.

VFP3 has SERIOUS problems with integers. Since this is an SQL statement, change the SQLl to
SELECT str(Myfield,n) as MyCHar, field2, field3.......
This will give you character values which will prevent the original problem.

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform