Message 1 of 4
Another post on Listview control properties

Not applicable
03-15-2004
02:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using Acad2002.
I have a form with a listview control. In the code, I change the left, top,
height, width and name properties. It works fine on the development system
but when I deploy it to the workstations, they get a "Compile Error" -
"Method or data member not found." The debugger highlights the properties
that it's having a problem with. I comment these lines out and it compiles.
I break where the listview control gets initialized and look through Watch
and expand the listview control. I can see all the properties associated
with this control, even the ones I'm getting compile errors on - height,
top, left, width and name etc. Any clue as to why I cannot change these
properties in the code when they are an obvious part of the object? The
references used and checked on the workstation are the same as whats on the
development system. I'm really baffled.
Thanks for your response.
Brent