Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling the Report Controls tool bar
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00107199
Message ID:
00107345
Views:
16
>Is there any way to call up the Report Controls tool bar programmatically in VFP 5.0?
>
>Help says that the tool bar will appear automatically when a MODIFY REPORT is issued. The behavior that I have seen is that the tool bar will come up automatically only if it was there before. If not, you have to get it via the View / Tools menu.
>
>The problem is in APPS when the View / Tools menu is not available. Assumeing I could get it to come up the first time a user wanted to MODIFY a REPORT, if s/he ever turned it off then it would be lost for ever without a programmatic way of turning it back on again.
>
>New to VFP so help is definitely appreciated.
>
>Ed

You should include View/Tools menu in your app menu. Then run something like:
modify report d:\vfp5test\report1 nowait
if not wexist("Report Controls")
 keyboard '{Alt+V}'
 keyboard '{l}'
endif
return
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform