> Dear All,
>
> How can I excecute/call a procedure writen in a form from other form ? is it possible the same way we call 'DO MyProc in MainProc'
>
> Thanks in advance
>
> Jijo David
This can only be done if an instance of the form exists:
DO FORM formwithprocedure NAME oTheForm
DO FORM otherform
* in otherform:
oTheForm.myprocedure()
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts