Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cut and Paste in Report Designer Expression in Runtime E
Message
From
09/05/2001 06:57:20
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00503398
Message ID:
00505181
Views:
28
Hi Fred,

No, that did not solve the problem.

I have found the solution myself: I first made a small exe with just a form with at push button that does a "CREATE REPORT", and guess what - that worked. I then inserted that form at different points in my startup code and found that the cut and paste functions ceased to work just after I had "DO"'ed my main menu. Examining the Main Menu MPR file, I found a "SET SYSMENU TO", and that gave me a pointer in the right direction. The solution was to push and pop my main menu and activating the proper sysmenus, as in:
PUSH MENU _MSYSMENU
SET SYSMENU TO _MFILE, _MEDIT
MODIFY REPORT (cReportName)
POP MENU _MSYSMENU
And then everything works fine.

But thanks for the help anyway, I think your support was part of pointing me in the right direction.

Peter
Previous
Reply
Map
View

Click here to load this message in the networking platform