Article ID: 102586
Article Last Modified on 12/1/2003
PROCEDURE MyFunc
WAIT WINDOW 'Myfunc called.'
EXTERN PROCEDURE MyFunc
DO MyFunc IN SubApp.app
PROCEDURE MyFunc
This is a procedure stub that helps FoxPro resolve the external
reference. Since the line of code that actually calls the procedure
explicitly specifies the file in which the procedure actually
resides, it is that procedure (in this case, the procedure in
SUBAPP.APP) which will be called.
Additional query words: VFoxWin FoxDos FoxWin errmsg err msg gengraph.app refreshgrph showgrph updategrph updategr genpd.app
Keywords: kberrmsg KB102586