473,385 Members | 1,736 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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 2038
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.menubar 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.runcommand
instructions with no success.

Txs.
On Jan 30, 3:31 am, "Albert D. Kallal" <PleaseNOOOsPAMmkal...@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
pleaseNOOSpamKal...@msn.com

Jan 30 '07 #3
sa******@hotmail.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.menubar 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.runcommand
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...@hotmail.comwrote:
saint...@hotmail.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.menubar 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.runcommand
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******@hotmail.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...@hotmail.comwrote:
saint...@hotmail.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******@hotmail.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******@hotmail.comwrote in message
news:11********************@a75g2000cwd.googlegrou ps.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.menubar 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.runcommand
instructions with no success.

Txs.
On Jan 30, 3:31 am, "Albert D. Kallal" <PleaseNOOOsPAMmkal...@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
pleaseNOOSpamKal...@msn.com


Jan 31 '07 #9
sa******@hotmail.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
<sa******@hotmail.comwrote
For the record, it is easier to maintain a
splitted db than a non splitted one.
If you really meant "it is easier to maintain a shared FE..." then there
have been lots of posts in the past on that subject. One solution is MVP
Tony Toew's Auto FE Updater, which you can retrieve from
http://www.granite.ab.ca/accsmstr.htm. Another is the article on
"versioning" at http://accdevel.tripod.com.

In fact, it is not one nano-bit easier to maintain a shared FE than one
distributed to each user.
I would like this very specific issue to be resolved.
Saintor, you've been around this newsgroup long enough to know that it is
often the UNsolicited advice that is the most helpful. Too, you have been
here long enough to know that getting snippy with the people trying to help
doesn't improve your chances of getting useful answers.
I didn't ask a question FE/BE.
But, giving each user their own copy of the FE may well solve the problem
you are asking about... that is, there won't be more than one user trying to
open the same copy.
Other opinion?
Actually, I think I gave you my opinion, already, and pointed out that you
may well have already gotten the best answer to your question that you are
likely to get. But, if that is not a satisfactory answer, then, my opinion
is that I agree with the statement that if it is Adobe Acrobat or Acrobat
Reader that is messing up your Access application, then it is Adobe that you
need to contact for support, rather than the Access newsgroup.

Larry Linson
Microsoft Access MVP
Jan 31 '07 #11
On Jan 31, 4:13 pm, "Larry Linson" <boun...@localhost.notwrote:
<saint...@hotmail.comwrote
For the record, it is easier to maintain a
splitted db than a non splitted one.

If you really meant "it is easier to maintain a shared FE..." then there
have been lots of posts in the past on that subject. One solution is MVP
Tony Toew's Auto FE Updater, which you can retrieve fromhttp://www.granite.ab.ca/accsmstr.htm. Another is the article on
"versioning" athttp://accdevel.tripod.com.

In fact, it is not one nano-bit easier to maintain a shared FE than one
distributed to each user.
I would like this very specific issue to be resolved.

Saintor, you've been around this newsgroup long enough to know that it is
often the UNsolicited advice that is the most helpful. Too, you have been
here long enough to know that getting snippy with the people trying to help
doesn't improve your chances of getting useful answers.
Oh please... keep your judgmental attitude for yourself.

FE or not, I don't want to be out of control of my custom menus and I
want to make sure to not be bothered again with this unfortunate Adobe
'choice'.

For the record, my particular problem was corrected on the spot by
using a custom toolbar only and no more custom menu bars. It is
about a series of very small apps that track status & numbers that I
developed in '96-98 and still in use for a company which is now the
largest steel company in the world. It was developed with a
programmed maximum of 10 concurrent users (for each cell) and this is
what the customer consented. They are shared FE/BE type as I
described and they have been working nicely for 10 years, up to this
incident. The customer is still pleased with them.

In '99, I *did* program my own version of workstation FE version
checker, all in Access, that I used in many of my apps. Tony's
solution is much more sophisticated (tried it yesterday) but it is the
same basic thing.

Yet I continued for small ones a shared FE/BE which worked. You can
argue as much as you want that it is not the best way (and I agree up
to an extent), it just WORKS.

It is all about my own curiosity (which can be obsessional) and I
wanted to see how this Adobe thing could be controlled for the next
time.

So far, I found in the registry a key (software\adobe\acrobat distiller
\3rdparty\access) that I assigned a value of 0. I was hoping that it
would be it and that I could simply program it to be set at 0 and
restart. It didn't work.

If anybody has a solution...
>
I didn't ask a question FE/BE.

But, giving each user their own copy of the FE may well solve the problem
you are asking about... that is, there won't be more than one user trying to
open the same copy.
Other opinion?

Actually, I think I gave you my opinion, already, and pointed out that you
may well have already gotten the best answer to your question that you are
likely to get. But, if that is not a satisfactory answer, then, my opinion
is that I agree with the statement that if it is Adobe Acrobat or Acrobat
Reader that is messing up your Access application, then it is Adobe that you
need to contact for support, rather than the Access newsgroup.

Larry Linson
Microsoft Access MVP

Feb 2 '07 #12

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

Similar topics

0
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...
2
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...
1
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. ...
6
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...
0
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...
10
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...
2
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...
1
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...
3
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.