Hide the ribbon, but user still be able to print

hfsitumo2001

Member
Local time
Yesterday, 17:39
Joined
Jan 17, 2021
Messages
394
Hello, in the last thread I was informed that hiding the ribbon, will be disable the user to print. Is there anyway that even we hide the ribbon, but still the user be able to print the report, etc. Any idea, to make it like right-click the mouse and then we see that we can print
 
Really?. I will try it
 
Have you looked at my example app: Control Application Interface - Mendip Data Systems.
It includes various ways of dealing with this including:
a) restoring the Print Preview ribbon whilst the report in open in preview mode & hiding it again on close
b) adding a Print button to the report if opened in Report View
 
on module1 run "subCreateReportShortcut" sub (you only need to run it once).
open customers Form in design view and add "menu_print" as its Shortcut Menu Bar.
save, close and re-open the form.

note: you need to add reference to Microsoft Office X.XX Object library.
 

Attachments

Users who are viewing this thread

Back
Top Bottom