Hi All,
I'm currently pplaying with the FAQ about Listviews(Loading Data) and have a question about the enviroments reaction to using the imported Listview activeX object. Should I be recieving inteliprompt help for this object?
In the lines below, my listview object is available(prompted) to me through the inteliprompt, but once I actually start looking for the attributes, I get nothing but the basic class attributes, I don't get any of these in the code below. Should I be getting them?
Thanks,
devRyan
I'm currently pplaying with the FAQ about Listviews(Loading Data) and have a question about the enviroments reaction to using the imported Listview activeX object. Should I be recieving inteliprompt help for this object?
In the lines below, my listview object is available(prompted) to me through the inteliprompt, but once I actually start looking for the attributes, I get nothing but the basic class attributes, I don't get any of these in the code below. Should I be getting them?
Code:
With Me.ListView1
'Set ListView style
.View = lvwReport
'This is not supported by ListView 5
.GridLines = True
.FullRowSelect = True
'Clear Header and ListItems
.ListItems.Clear
.ColumnHeaders.Clear
End With
Thanks,
devRyan