Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error - Window is not defined
Message
From
05/05/2001 02:13:02
 
 
To
04/05/2001 21:51:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00503858
Message ID:
00503874
Views:
20
Hi John,

Place "DO mymenu.mpr WITH THIS,.T." in the Init event of your form and in "MODI REPORT ? IN frmmyForm" command use the Name of your form instead of frmmyForm. The code could look like the following:
DO FORM frmmyForm NAME frmVarName
MODI REPORT ? IN (frmVarName.Name)
HTH

>Hi,
> I would like to allow user to modify report in top level form. I get error - Window is not defined. Pls help
>
>**CODE
>
>DO FORM frmmyForm
>DO mymenu.mpr WITH THIS,.T.
>MODI REPORT ? IN frmmyForm
>
>
>any ideas?
>
>Thank you
Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform