Hi,
I have a rather large class library and somewhere hidden inside it, there is an object that contains code to turn the set the cursor off (e.g. SET CURSOR OFF). Is there a way that I can avoid going into each an every object in turn and doing a search until I find the code? I'm thinking perhaps there is a way to search through the code for all objects in a class library?
I have a rather large class library and somewhere hidden inside it, there is an object that contains code to turn the set the cursor off (e.g. SET CURSOR OFF). Is there a way that I can avoid going into each an every object in turn and doing a search until I find the code? I'm thinking perhaps there is a way to search through the code for all objects in a class library?