Subclassed objects not subclassing [message #78487] |
Tue, 26 February 2002 04:42  |
Brad Ralston
Messages: 3 Registered: February 2002
|
Junior Member |
|
|
I have been developing several forms using subclassed objects from a shared object library. Recently, when I open certain forms up, the subclassed objects can't find the object library. They simply say that the object and module can't be found. What is the DEAL ???
|
|
|
Re: Subclassed objects not subclassing [message #78490 is a reply to message #78487] |
Tue, 26 February 2002 05:33  |
Tamim
Messages: 23 Registered: October 2001
|
Junior Member |
|
|
Hi
Maybe you have added the path information, when you added the libraries to your module, if you have done that, when you run the forms where this path does not exist, your form won't work.
Regards
Tamim
|
|
|