O
Old Man
I wanted to "modularlize" a project - and moved a couple of common routines
into a new class file.
after that the routines were not there.
i tried to:
1) put a uses in the form file
2) rename the class itself.
I made sure that tne namespaces matched.
i finally had to move the class back into the form file and voila, it
showed up again.
why would it drop out of site just because it was in a new file?
into a new class file.
after that the routines were not there.
i tried to:
1) put a uses in the form file
2) rename the class itself.
I made sure that tne namespaces matched.
i finally had to move the class back into the form file and voila, it
showed up again.
why would it drop out of site just because it was in a new file?