I've written a VFP7 app which has my own class in it. This class consists of controls and forms which are used extensively throughout the app.
I now want to move the .vcx file to a different directory, so that I use it in multiple apps without having to make changes to multiple copies of the same file. Make sense?
I figure after moving it, I should USE the scx, and pjx tables manually and change the folder from the old one to new one. Is this possible? Does anyone have a quick and dirty find and replace function I can use? If this is not the best way, what is? Bear in mind that most of the my forms are classes, so opening them causes errors galore.
I now want to move the .vcx file to a different directory, so that I use it in multiple apps without having to make changes to multiple copies of the same file. Make sense?
I figure after moving it, I should USE the scx, and pjx tables manually and change the folder from the old one to new one. Is this possible? Does anyone have a quick and dirty find and replace function I can use? If this is not the best way, what is? Bear in mind that most of the my forms are classes, so opening them causes errors galore.