Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid as listbox
Message
From
02/02/1999 12:33:42
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00182965
Message ID:
00183012
Views:
23
>>>I've tried adding the picture in the prop sheet and selectively turning it off and vice versa. Neither has any effect. Are you sure this works?
>>>
>>>-Michelle
>>>
>>>
>>I'm never sure when it's listbox. But will test just now and brb
>>Cetin
>
>I'm not getting an error. It just doesn't have any effect. Wierd.
>
>Thanks,
>
>-Michelle
Michelle,
It works unless all list initialized to have bmp :
this.picture[0] = "somebmp"
this.picture[3] = ""
Fail.
for i = 1 to ...
 this.picture[i] = iif(something,"somebmp","")
endfor
Work.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform