Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox not showing contents (VFP 5.0a)
Message
From
21/08/1998 10:29:19
 
 
To
21/08/1998 09:00:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00128732
Message ID:
00128767
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform