Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox
Message
De
12/09/1997 13:23:08
Frank Shaw
Runestones Development Corporation
Ipswich, Massachusetts, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00049667
Message ID:
00049880
Vues:
48
>>Combobox I want to display in the text side of a combobox the value contained in a field. The value contained in a field is a numeric double. The combobox box is put on a form and the controlsource is the table.field what are the property and methords need to be changed in code to display the numeric value when the combobox is displayed on the form. If I do a skip to next record I want to show in the combobox in the text side a new value the value contained in the field in the current record.
>
>Frank, put the code you need into a form method. Then call this code in your form.Refresh() method, which will be called after every skip. Call the same code in your combobox where necessary. This way you only write/debug the code once.
>
>HTH
>Barbara

Thanks but what about the displaying of a numeric value how do you handle the displaying od a numeric value in the text side of a combobox. When a combobox comes display the contents of the record using the SQL sourcerowtype = 3. If the value is numeric contain in the table defined as a integer or double with no decimals.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform