Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'Invalid Key' error in listview
Message
From
24/09/2003 13:06:46
Michael Harris
Harris and Harris Consultants
Temple Hills, Maryland, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
'Invalid Key' error in listview
Miscellaneous
Thread ID:
00831903
Message ID:
00831903
Views:
47
The following code is in the init section of a form which has an Imagelist control and a Listview control. This code is used to populate the listview control, but I keep getting an "invalid key' error.


*** Loading Icons into Image List ***
For I = 1 To lnButtons &&Number of buttons
thisform.imglstButtons.ListImages.Add(,,Loadpicture(laButtons(i,1)))
Endfor
thisform.olecontrol3.Icons = thisform.imglstButtons
**thisform.olecontrol3.SmallIcons = thisform.imglstButtons

*** Loading imagelist icons into listview ****
For I = 1 To thisform.imglstButtons.listImages.count
**thisform.olecontrol3.ListItems.Add(,,
lcKey = Right(Sys(2015),6)
Error ----- thisform.olecontrol3.ListItems.Add(,,'',thisform.imglstButtons.ListImages(i).Picture)
Endfor

If anyone can help me and help me better understand how this error is caused, I would greatly appreciated.

MEH
Next
Reply
Map
View

Click here to load this message in the networking platform