I installed VB5 at home and transferred a personal project I started at work, the version of VB is exacliy the same.

I already had my share of porting problems (OCXs won't load... usual stuff).

I finally made my project to run as it did at work, and it did quite well... two times.

Then, don't know why, I started to get an error on this line:

lvwList.Columnheaders(1).Tag = "+"

Where lvwList is a ListView control, and I always used the tag to mark which column the list was sorted, and in which direction.

Visual Basic now says the type of the object property is not correct!

If I check the property with Control Expressions (I think the name is correct, I'm not using the American version) is says the type of lvwList.Columnheaders(1).Tag is Variant/Integer instead of Variant/String!

This really baffles me!

If anybody can help me, It would be really, really appreciated!