S sysgeo Registered User. Local time Today, 16:54 Joined Nov 7, 2003 Messages 18 Nov 7, 2003 #1 I have a calender activeX control linked to my form to do dates. the thing is when i use this control the web toolbar popsup, a toolbar that is totally useless. How can I disable it, turn off this function? Steve
I have a calender activeX control linked to my form to do dates. the thing is when i use this control the web toolbar popsup, a toolbar that is totally useless. How can I disable it, turn off this function? Steve
IMO Now Known as ___ Local time Today, 16:54 Joined Sep 11, 2002 Messages 723 Nov 7, 2003 #2 Make sure that none of the buttons have a Hyperlink Address in the properties (even a space will cause the toolbar to appear) HTH IMO
Make sure that none of the buttons have a Hyperlink Address in the properties (even a space will cause the toolbar to appear) HTH IMO
S sysgeo Registered User. Local time Today, 16:54 Joined Nov 7, 2003 Messages 18 Nov 7, 2003 #3 Found the little b@sta#d Found a hyperlink, stuck on a button. Job done CHEERS
R rube Registered User. Local time Today, 16:54 Joined Jun 21, 2003 Messages 76 Nov 8, 2003 #4 In case you need it In case you do ever need it (I use hyperlinks a lot) When you use a hyperlink but don't want to show the toolbar DoCmd.ShowToolbar "Web", acToolbarNo 'Prevent the web bar from appearing
In case you need it In case you do ever need it (I use hyperlinks a lot) When you use a hyperlink but don't want to show the toolbar DoCmd.ShowToolbar "Web", acToolbarNo 'Prevent the web bar from appearing