I read the following from a search on forms
<<< If you want to call another form from a form use:-
<<< DO FORM MysecondForm NAME oSecondForm LINKED
A form has 2 filenames formname.scx and formname with no extension. It also has a properties NAME In the above
DO FORM i get this one
Mysecondform is this the filename?
NAME this is part of the command
oSecondForm is this the properties NAME?
LINKED is LINKED so if the original form is closed this one will close too?
My second forms file name is searchform
Its properties NAME is oSearchform
I use the following code
do form c:\emini\forms\searchform NAME oSearchform LINKED
If this is correct why do we need two names?
Should I use a variable for the PATH of is there a way to set a default path for Forms, databases, PRG files?