
Error 438 - Using classes within VB5
I have a standard.exe which uses a series of heirarchial class modules, when
I run the application in a development environment I have no problems, but
when compiled it gives me a
438 - object method or property invalid when it hits the class objects
the problem occurrs when the code hits the heirarchial structure e.g
If Job.Task(2).Isolation > 0 then.........
Can anyone advise how to solve this problem.
Thanks
Paul Fitzgerald