A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Probs with Ac2002 app developed with localiyed ver, run on Acc2002 US



 
 
Thread Tools Display Modes
  #1  
Old August 3rd, 2004, 06:12 PM
Bogdan Zamfir
external usenet poster
 
Posts: n/a
Default Probs with Ac2002 app developed with localiyed ver, run on Acc2002 US

Hi,

I have big troubles with an Access2002 application
I wrote it under Acc2002 Romanian, and try to run it on Acc2002 US version,
and I have the following troubles

For some forms, Load event is not executed, and when the form is opened (it
is, but without triggering any LOAD event) I try to click on any button, It
gets a message like "Access cannot communicate with ActiveX server, bla,
bla..."

I have no ActiveX server on my form, I use a COM object in the app but
instantiated with Late Binding (CreateObject) so there is not a reference
issue.

I tried everything I could imagine:

On Acc2002 US pc, I created a new MDB and imported all objects from old one,
compiled (OK and try to run - the same result)
Open with /Decompile and recompile - no good
Compact and repair till my mouse get tired - no result

I am desperate!
Can anyone help me?

Thank you
Bogdan Zamfir


  #2  
Old August 5th, 2004, 12:56 PM
Peter Row
external usenet poster
 
Posts: n/a
Default Probs with Ac2002 app developed with localiyed ver, run on Acc2002 US


Hi,

Just because you are using late binding doesn't mean that it's not the
problem.
In fact since the message says "cannot communicate with Active X server"...
suggests that the COM DLL you are using has not been registered on the US
machine.

The fact that Access behaves bizarrely by not firing events is just Access
being
it's normal useless self, so you'll have to put up with it.

Regards,
Peter
"Bogdan Zamfir" wrote in message
...
Hi,

I have big troubles with an Access2002 application
I wrote it under Acc2002 Romanian, and try to run it on Acc2002 US

version,
and I have the following troubles

For some forms, Load event is not executed, and when the form is opened

(it
is, but without triggering any LOAD event) I try to click on any button,

It
gets a message like "Access cannot communicate with ActiveX server, bla,
bla..."

I have no ActiveX server on my form, I use a COM object in the app but
instantiated with Late Binding (CreateObject) so there is not a reference
issue.

I tried everything I could imagine:

On Acc2002 US pc, I created a new MDB and imported all objects from old

one,
compiled (OK and try to run - the same result)
Open with /Decompile and recompile - no good
Compact and repair till my mouse get tired - no result

I am desperate!
Can anyone help me?

Thank you
Bogdan Zamfir




  #3  
Old August 6th, 2004, 01:22 AM
david epsom dot com dot au
external usenet poster
 
Posts: n/a
Default Probs with Ac2002 app developed with localiyed ver, run on Acc2002 US

gets a message like "Access cannot communicate with ActiveX server, bla,

Probably not your COM object. More likely, the ADO or DAO or OFFICE or VBA
object.

I wonder if the office object is failing because of the absence of the
Office/Romanian localisation string dll?

(david)


"Bogdan Zamfir" wrote in message
...
Hi,

I have big troubles with an Access2002 application
I wrote it under Acc2002 Romanian, and try to run it on Acc2002 US

version,
and I have the following troubles

For some forms, Load event is not executed, and when the form is opened

(it
is, but without triggering any LOAD event) I try to click on any button,

It
gets a message like "Access cannot communicate with ActiveX server, bla,
bla..."

I have no ActiveX server on my form, I use a COM object in the app but
instantiated with Late Binding (CreateObject) so there is not a reference
issue.

I tried everything I could imagine:

On Acc2002 US pc, I created a new MDB and imported all objects from old

one,
compiled (OK and try to run - the same result)
Open with /Decompile and recompile - no good
Compact and repair till my mouse get tired - no result

I am desperate!
Can anyone help me?

Thank you
Bogdan Zamfir




  #4  
Old August 8th, 2004, 06:27 PM
Bogdan Zamfir
external usenet poster
 
Posts: n/a
Default Probs with Ac2002 app developed with localiyed ver, run on Acc2002 US

Hi all, and thanks for all answers

I figured out the solution to my problem (with some help)
The issue is localized Access has the silly custom to use localized names
for programmatic objects, and to use Romanian names as default for controls
added to form

And the Romanian translation for Label uses some specific Romanian letters
(diacritics - ã), which confused the US version and stop it for working
appropriately.

After I renamed this, I still had to import the all objects into a new BE
created on US machine, and this made the app work.

Hope this will help someone with the same problem.

Best regards,
Bogdan Zamfir

"Bogdan Zamfir" wrote in message
...
Hi,

I have big troubles with an Access2002 application
I wrote it under Acc2002 Romanian, and try to run it on Acc2002 US

version,
and I have the following troubles

For some forms, Load event is not executed, and when the form is opened

(it
is, but without triggering any LOAD event) I try to click on any button,

It
gets a message like "Access cannot communicate with ActiveX server, bla,
bla..."

I have no ActiveX server on my form, I use a COM object in the app but
instantiated with Late Binding (CreateObject) so there is not a reference
issue.

I tried everything I could imagine:

On Acc2002 US pc, I created a new MDB and imported all objects from old

one,
compiled (OK and try to run - the same result)
Open with /Decompile and recompile - no good
Compact and repair till my mouse get tired - no result

I am desperate!
Can anyone help me?

Thank you
Bogdan Zamfir




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:34 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.