Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A little listbox trickery
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00687505
Message ID:
00756291
Views:
31
Simon,

I tried this idea to place an indicator on a listitem when double click is done, but it did not display the BMP. The bmp was smaller than the row height and column width. Here is the Doubleclick method code:

********
IF thisform.list1.picture(thisform.list1.ListItemId) <> "check_sp.bmp"

STORE thisform.list1.list(thisform.list1.ListItemId, 2) TO fld_out(fld_max+1)
thisform.list1.picture(thisform.list1.ListItemId)= "check_sp.bmp"
thisform.list2.AddListItem(fld_out(fld_max+1))

ENDIF
thisform.refresh
********

Can you help me?

-steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform