Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox not showing contents (VFP 5.0a)
Message
De
21/08/1998 09:00:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Listbox not showing contents (VFP 5.0a)
Divers
Thread ID:
00128732
Message ID:
00128732
Vues:
51
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform