Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Report Designer Toolbar
Message
 
 
To
07/12/1999 19:24:16
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00300131
Message ID:
00300353
Views:
21
>Hi, foxes!
>
>In my applications, I let my users modify reports (modify report)... my problem is: if on the last time, the user close Report Controls Toolbar, the next time toolbars won't be available. How can I bring it back?
>
>Thanks in Advance

You need to provide your users with FOXUSER.dbf and .fpt. The only records you need to include in FoxUser are those whose ID = "TTOOLBAR". Assuming you have a folder where you place all the files you need for the Setup wizard [I call mine Prod for production which is a sub-folder of my application folder]:

use foxuser again
copy to prod\foxuser for ID = "TTOOLBAR"
use prod\foxuser excl
browse

You can look in the NAME memo field to see what toolbar each record is. Delete the toobar records you do not need [e.g., form designer, etc.]. On all the other records, make the ReadOnly field True. Exit from the table and PACK it.

Of course, before you do this, you need to modify a report to make sure the toolbars are visible. Then do the copy and change ReadOnly. The same thing applies if you are to provide the Report Preview toolbar when they run reports in Preview mode.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform