473,769 Members | 3,350 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Adobe imposes itself in the menu and causes problem

I can't believe how much time I spent on this. I finally found the
cause and it was Adobe 7.0 Professional.

What happened was that a database could be opened once, but the
subsequent users got a message that it was already opened in exclusive
mode.

First I fighted with all kind of permissions - no result.

At the end of my research, I found that my CUSTOM menu bar was
modified by the Adobe Microsoft Access Add-In on database opening, so
'Adobe PDF' was automatically added to my menu items. In the process,
I guess that it opens the database in design mode and prevent other
users to fully open it!!!

One simple solution is to turn off the Access Add-In off on each
station. It is also possible to use a toolbar instead of a menu bar,
but I don't like it.

Question; is there another way to prevent Adobe to take control of
Access main menu? By programming would be OK. Or if I can not
prevent Adobe to open Access in design mode, is there a way to save
all mods and allow other users to normally log on?

Thanks in advance.

Jan 30 '07 #1
11 2071
Do you have to use and install adobe?

Stephens has a nice report to pdf creator..and it free, and even better is
that you do NOT have to
install the software. (you do have to place a .dll in the same directory as
the mdb (or mde) file, but
that is it....

You can find it here:

http://www.lebans.com/reporttopdf.htm

So, no install, no need to purchase adobe..and no need to set the default
printer either.....
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl************* ****@msn.com
Jan 30 '07 #2
Well, I am past the step of selecting the proper PDF software. I
used different solutions in the past, but this is one I am stuck
with. This is a corporate thing. I can not change the fact they
choose Adobe 7.0 Professional. There are tens of users so it would be
preferable to handle the issue instead of turning off the Adobe Access
Add-in on each station.

So the problem persists.

When there is one user logged, another can't log on. Adobe by adding
itself in the custom menu bar created, left the session in a locked
(design) mode as I understand. I tried different ways to start the
menu bar (start-up, in the form's properties and with
application.men ubar method) - no result.

Can I add an instruction in my code that would free the Access file
for other to use? Of course, I tried a variety of docmd.runcomman d
instructions with no success.

Txs.
On Jan 30, 3:31 am, "Albert D. Kallal" <PleaseNOOOsPAM mkal...@msn.com >
wrote:
Do you have to use and install adobe?

Stephens has a nice report to pdf creator..and it free, and even better is
that you do NOT have to
install the software. (you do have to place a .dll in the same directory as
the mdb (or mde) file, but
that is it....

You can find it here:

http://www.lebans.com/reporttopdf.htm

So, no install, no need to purchase adobe..and no need to set the default
printer either.....

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKa l...@msn.com

Jan 30 '07 #3
sa******@hotmai l.com wrote:
Well, I am past the step of selecting the proper PDF software. I
used different solutions in the past, but this is one I am stuck
with. This is a corporate thing. I can not change the fact they
choose Adobe 7.0 Professional. There are tens of users so it would be
preferable to handle the issue instead of turning off the Adobe Access
Add-in on each station.

So the problem persists.

When there is one user logged, another can't log on. Adobe by adding
itself in the custom menu bar created, left the session in a locked
(design) mode as I understand. I tried different ways to start the
menu bar (start-up, in the form's properties and with
application.men ubar method) - no result.

Can I add an instruction in my code that would free the Access file
for other to use? Of course, I tried a variety of docmd.runcomman d
instructions with no success.
It seems odd to me that adobe would attach itself to a custom menu bar
because that is per-app and user-independent. Seems like it would attach
itself to a built in menu bar that would appear in all files and be
user-specific.

At any rate it seems to me that your problem would be solved by splitting
the app and that is something that should always be done with multi-user
apps anyway.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Jan 30 '07 #4
I understand your point, it is a FE/BE appl and yes the FE is shared.
It used to work well before Adobe 7.0 Pro installation. The FE is
only 500kb.

I am looking for another solution.

On Jan 30, 5:28 pm, "

Rick Brandt" <rickbran...@ho tmail.comwrote:
saint...@hotmai l.com wrote:
Well, I am past the step of selecting the proper PDF software. I
used different solutions in the past, but this is one I am stuck
with. This is a corporate thing. I can not change the fact they
choose Adobe 7.0 Professional. There are tens of users so it would be
preferable to handle the issue instead of turning off the Adobe Access
Add-in on each station.
So the problem persists.
When there is one user logged, another can't log on. Adobe by adding
itself in the custom menu bar created, left the session in a locked
(design) mode as I understand. I tried different ways to start the
menu bar (start-up, in the form's properties and with
application.men ubar method) - no result.
Can I add an instruction in my code that would free the Access file
for other to use? Of course, I tried a variety of docmd.runcomman d
instructions with no success.

It seems odd to me that adobe would attach itself to a custom menu bar
because that is per-app and user-independent. Seems like it would attach
itself to a built in menu bar that would appear in all files and be
user-specific.

At any rate it seems to me that your problem would be solved by splitting
the app and that is something that should always be done with multi-user
apps anyway.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com

Jan 30 '07 #5
sa******@hotmai l.com wrote:
I understand your point, it is a FE/BE appl and yes the FE is shared.
It used to work well before Adobe 7.0 Pro installation. The FE is
only 500kb.

I am looking for another solution.
Why split an app and then share the FE? That makes no sense to me at all.
You're on the ten yard line. Just punch it in and give each user their own
copy.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Jan 31 '07 #6
For the record, it is easier to maintain a splitted db than a non
splitted one.

I would like this very specific issue to be resolved. I didn't ask a
question FE/BE.

Other opinion?

On Jan 30, 7:46 pm, "Rick Brandt" <rickbran...@ho tmail.comwrote:
saint...@hotmai l.com wrote:
I understand your point, it is a FE/BE appl and yes the FE is shared.
It used to work well before Adobe 7.0 Pro installation. The FE is
only 500kb.
I am looking for another solution.

Why split an app and then share the FE? That makes no sense to me at all.
You're on the ten yard line. Just punch it in and give each user their own
copy.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com

Jan 31 '07 #7
sa******@hotmai l.com wrote:
For the record, it is easier to maintain a splitted db than a non
splitted one.

I would like this very specific issue to be resolved. I didn't ask a
question FE/BE.

Other opinion?
I think this falls into the category of "Doctor, it hurts when I do this".

I'm afraid only someone at Adobe might know what you can do.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Jan 31 '07 #8
I don't have a solution for this but some of my customers have experienced a
problem where the PDF creator trashes our custom menus.

<sa******@hotma il.comwrote in message
news:11******** ************@a7 5g2000cwd.googl egroups.com...
Well, I am past the step of selecting the proper PDF software. I
used different solutions in the past, but this is one I am stuck
with. This is a corporate thing. I can not change the fact they
choose Adobe 7.0 Professional. There are tens of users so it would be
preferable to handle the issue instead of turning off the Adobe Access
Add-in on each station.

So the problem persists.

When there is one user logged, another can't log on. Adobe by adding
itself in the custom menu bar created, left the session in a locked
(design) mode as I understand. I tried different ways to start the
menu bar (start-up, in the form's properties and with
application.men ubar method) - no result.

Can I add an instruction in my code that would free the Access file
for other to use? Of course, I tried a variety of docmd.runcomman d
instructions with no success.

Txs.
On Jan 30, 3:31 am, "Albert D. Kallal" <PleaseNOOOsPAM mkal...@msn.com >
wrote:
>Do you have to use and install adobe?

Stephens has a nice report to pdf creator..and it free, and even better
is
that you do NOT have to
install the software. (you do have to place a .dll in the same directory
as
the mdb (or mde) file, but
that is it....

You can find it here:

http://www.lebans.com/reporttopdf.htm

So, no install, no need to purchase adobe..and no need to set the default
printer either.....

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamK al...@msn.com


Jan 31 '07 #9
sa******@hotmai l.com wrote:
For the record, it is easier to maintain a splitted db than a non
splitted one.

I would like this very specific issue to be resolved. I didn't ask a
question FE/BE.
True, but you've been thrown a lifeline. 8)
Other opinion?
No opinion, but FWIW, if another perspective helps, I have Adobe 6.0
(not 7) Professional on my machine. It imposes a menu control on
programs like MS Word, Powerpoint, Excel, but doesn't touch my Access
2003, neither with the menu bar with just Access 2003 opened nor with
custom menus and tool bars in my major application. My reports have a
main menu bar and a tool bar and neither has the Adobe menu controls
added when in print preview mode.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Be Careful, Big Bird!" - Ditto "TIM-MAY!!" - Me
Jan 31 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1677
by: MC | last post by:
Hi, I'm developing an VB.NET app that converts TIFFs to PDFs using Office Imaging 2003 and Adobe Distiller 6.0 in the follwing way: 1. Using automation, I open the TIFF file with Office Imaging 2003. 2. I Printout the document to a .PS file using the Printout method into Adobe PostScript virtual printer.
2
1658
by: Tim Stevens | last post by:
Hello, This is the first time I have had to resort to posting on here, as Ive always been able to find a solution to my problems in the past by browsing postings by others. So, to start with I thank you all for so much help in the past ... To my current problem... Ive a fairly sizable application, front end local and back end networked both on access 97. All running on NT4 worstation front ends, think the back end servers are 2000, but...
1
3920
by: JohnC | last post by:
I have this exact same scenario. It is new and seems to be related to when we installed Adobe 7.0 Standard/Professional. We have an MDB on a LAN file server. Using Access 2K and Windows 2K. When the application is opened by someone, it seems that if one of the Adobe 7.0 (Standard or Professional) users susequently open the application, they get the error - "...You do not have exclusive permissions to the database. Changes that you...
6
5271
by: jdph40 | last post by:
We recently had to upgrade the computers in our company. Now our office's website on our company intranet no longer recognizes reports saved in snapshot format. We get an error message that the file we are downloading "cannot be opened by the default program. It is either corrupted or it has an incorrect file type." We had no problem until our upgrade, but our IT department says there's no fix. My question is concerning Adobe Acrobat....
0
1148
by: Stephen Russell | last post by:
I've got an INTRANET ASP.NET app that produces a Crystal based PDF. When the client is Adobe Reader 5 it's fine. New machines with Adobe 6 all generate an error. "There was a problem reading this document(109)." Anyone else have this issue before? Server W2000, IIS 5.5, .NET 2003. All service packs
10
21325
by: tmaster | last post by:
When I try to dynamically add a second sub menu item to this ContextMenu item, I get an error 'Specified argument was out of the range of valid values'. Private Sub mnuTopics_Show_Select(ByVal sender As System.Object, _ ByVal e As System.EventArgs) _ Handles mnuTopics_Show.Select Dim mShowMenuItem As MenuItem mShowMenuItem = DirectCast(sender, MenuItem)
2
1892
by: Edward K. Ream | last post by:
Hi, I've spent a pleasant hour or so trying to bring up a top-level Tk menu at the same spot as it would appear if I had actually clicked the menu. That is, I want to bring up a menu from the keyboard.
1
3459
by: mikeguy3086 | last post by:
Here is what I'm trying to achieve: I'm making a site that is basically a big slide show which is insignificant, but it has to be really minimalistic. So what I did was make an invisible button that is over the entire 900x400 rectangle. Basically what I want and as far as I got was getting it so that when you scroll over the button, the blank menu drops down. And when you scroll off it retracts and goes back up. Here is my code //this is...
3
3402
by: billelev | last post by:
Hi there, I have some code that prints a report to a pdf driver (Adobe). I am using this code on two different machines, and hence two different installations of Access. On one machine the pdf prints in color, on the other it prints only in black and white. I have traced the problem to the Adobe PDF printer properties menu WITHIN Access. On the machine that works, the color button is selected on the "Paper/Quality" tab by default,...
0
9590
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9424
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10051
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9866
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8879
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3571
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.