Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print Preview
Message
 
À
16/06/1998 21:52:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00108913
Message ID:
00108921
Vues:
24
>I can not access all of my menu, after I run Report form ... preview noconsole, why ...the command is :
>"Report form c:\pis\test preview noconsole" what wrong ?

I don't know if this is a known bug because this is also our problem before. We did fixed it by creating WINDOW using DEFINE WINDOW or a FORM. Since we are now using VFP I would suggest to utilize a FORM.


Have this as your code to be issued:

DO FORM MyForm NOSHOW
REPORT FORM RepName PREVIEW WINDOW MyForm ENVIRONMENT.
RELEASE WINDOW MyForm

Make sure that your form's external name (.scx/sct) is idential with the NAME property of the form.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform