Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox from Array - prevent .f. from displaying?
Message
 
 
To
12/11/2001 15:13:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00580588
Message ID:
00580589
Views:
10
This message has been marked as a message which has helped to the initial question of the thread.
Try
thisform.filesarray(1) = ""
Or set Listbox Rowsource to the empty string.

>Hi all,
>
>I have listboxes on several forms that have a rowsource type of array. The arrays are dimensioned like the following:
>
>DIMENSION thisform.filesarray(1)
>
>Since there are no valid items in the arrays until the user clicks on a command button which populates the arrays, how do I prevent the display of the single array element whose value is .f. when the listbox is visible before the user clicks on the cmdbutton that populates the array? I would like the array to appear empty until it is populated, not populated with a single element of .f.
>
>Tracy
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform