Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drop Down List Box Problem
Message
 
À
27/07/1998 01:22:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00121547
Message ID:
00121556
Vues:
19
Hi Rixon,

The following setting for your combobox would do the job.

WITH Form.CboCombo
.BoundColumn = 2
.ColumnCount = 2
.ColumnLines = .F.
.ColumnWidths = "200,2"
.RowSource = "SELECT publisher,prefix FROM publishe ORDER by prefix INTO CURSOR cPrefix NOFILTER"
.RowSourceType = 3
ENDWITH


>I have a drop down list box that has two columns: prefix and publisher
>
>The Rowsource is: Select prefix, publisher from publishe order by prefix into cursor cPrefix
>
>I want to be able to enter a two character prefix into the list box and have the 33 character publisher appear as the choice. Right now the prefix
>
>How can this be accomplished?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform