Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print Preview
Message
 
 
To
16/06/1998 21:52:04
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00108913
Message ID:
00108921
Views:
23
>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."
Previous
Reply
Map
View

Click here to load this message in the networking platform