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

Click here to load this message in the networking platform