Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Control Toolbars (re-submitted)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00044497
Message ID:
00045091
Vues:
29
>>Is there a solution for this problem in VFP 5.0a? What have others done as a work around to the situation below:
>>
>>So far, the only way I have been able to allow my users to access the toolbars in the report designer is through the View menu pad. The only problem with this is that when there is an open table, a Browse option (with add/edit capabilities) and a Table Designer option (read-only) is available at the top of the View menu as well. I have instructed my users not to access those options until I can work this out. How can I give the user access to the report designer toolbars when editing a report without the painful side effects?
>>
>>Thanks in advance for any advise!
>>
>>James
>James,
>
>If you make sure that the report controls toolbar is open at the start of your app, you can do this by providing a foxuser dbf/fpt file that has the toolbar open. The you can,
>
> HIDE WINDOW "Report Controls"
>
>in your start up code. When you want the toolbar you can;
>
> IF NOT WVISIBLE("Report Controls") AND WEXIST("Report Controls")
> ACTIVATE WINDOW "Report Controls"
> ENDIF
>
>and hide it again when you don't need it.
>
>I found no way to open the toolbar if it doesn't exist.

Thanks, Jim! I will give this a try. Unfortunately, I am moving this weekend and will not be able to sit down at the console for awhile to try it out. The computer is usually one of the first things to get setup. I don't think I will get by with it this time. I'll let you know how it turns out when I get back to it.

Thanks again.

James
James Moore
Owner/Developer
Ministry Tracking Software, Inc.
www.youthtrack.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform