Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox not showing contents (VFP 5.0a)
Message
De
21/08/1998 10:29:19
 
 
À
21/08/1998 09:00:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00128732
Message ID:
00128767
Vues:
14
>I have a listbox on a form, called tablelist, that holds all the table names in a database. In the init for the form I have the following code:
>
>****************
>
>open database "\database\MainData.dbc" excl
>
>Dimension aTables(1)
>
>=aDBObjects(aTables,"TABLE")
>=aSort(aTables)
>
>thisform.tablelist.rowsourcetype = 5
>thisform.tablelist.rowsource = "aTables"
>
>****************
>
>When the form is run, the listbox looks like it has the table names in it, you can see and move a horizontal select bar, but there is no text to be seen, its as if the font was in white. Is this a known bug?
>
>Ashley Cottle
>AssureSoft Ltd
>AshleyC@cosworth.infotarde.co.uk


Check the columncount property of the list box.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform