Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Queries / January 2006

Tip: Looking for answers? Try searching our database.

Hide the Web menu bar

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Warrio - 11 Jan 2006 09:42 GMT
Hello!

Is there a way to disable the 'web' menu bar from appearing at all?

On the first time where the user clicks on a hyperlink, the menu is not
displayed
on the 'OnClick' event of the textbox, I've used:
   CommandBars("Web").Visible = False

This works only on the second time the user clicks on it.

Is there a way to hide, once for all, on the loading of the of a startup
form?

Thanks for any suggestion
freakazeud - 11 Jan 2006 13:16 GMT
Hi,
try:

DoCmd.ShowToolbar "Web", acToolbarNo

Furthermore you could just switch your hyperlink fields to text fields and
then just use the followhyperlink method on the on click event of the control
on a form:

Application.FollowHyperlink Me.YourControl

You can format the control to look like a hyperlink.
HTH
Good luck
Signature

Oliver
Admin Specialist & Computer Science Major @ UMD - Go Terps - :)
http://www.oli-s.de

> Hello!
>
[quoted text clipped - 11 lines]
>
> Thanks for any suggestion
Warrio - 11 Jan 2006 14:14 GMT
Thanks a lot! it works perfectly!!
I've used the hyperlink property only to have the hand as a cursor.

Thnaks again!!

> Hi,
> try:
[quoted text clipped - 27 lines]
>>
>> Thanks for any suggestion
freakazeud - 11 Jan 2006 14:28 GMT
You could also put a single space in the hyperlink address field of the
property of a label and you would get the hand as well :)
Glad I could assist.
Good luck on future projects!
Signature

Oliver
Admin Specialist & Computer Science Major @ UMD - Go Terps - :)
http://www.oli-s.de

> Thanks a lot! it works perfectly!!
> I've used the hyperlink property only to have the hand as a cursor.
[quoted text clipped - 32 lines]
> >>
> >> Thanks for any suggestion
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.