AndrewMozley
Programmer
I have subclassed the standard VFP form and saved it as 'ANMform' in a library, Anmlib.vcx. I would like to design a new form based on ANMform.
I can see that it is in the forms control toolbar when I set anmlib.vcx to be the current library. Can I use the icon from the toolbar to create a new form? I am finding that the form controls toolbar is only visible when I am already working on a form and that I cannot do anything with the 'anmform' icon.
A related question. If I design an application which calls the form I am about to design, do I need to include this code : "SET LIB TO ANMLIB" in my application before invoking my form with "DO FORM MYNEWFORM"? Or does the code for MYNEWFORM include this link?
Sorry for these very basic questions.
I can see that it is in the forms control toolbar when I set anmlib.vcx to be the current library. Can I use the icon from the toolbar to create a new form? I am finding that the form controls toolbar is only visible when I am already working on a form and that I cannot do anything with the 'anmform' icon.
A related question. If I design an application which calls the form I am about to design, do I need to include this code : "SET LIB TO ANMLIB" in my application before invoking my form with "DO FORM MYNEWFORM"? Or does the code for MYNEWFORM include this link?
Sorry for these very basic questions.