Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error - Window is not defined
Message
De
05/05/2001 02:13:02
 
 
À
04/05/2001 21:51:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00503858
Message ID:
00503874
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform