translation functions

T

tam

hello

acces xp french on windows xp home french

i have received a db in access 2000
lots of the functions do not work i.e everything specially the
oneswhich have got to do with OLE objects

my suspicion is that the language of the programming is the problem. It
was most probabily written partly in german since all these functions
seem ok on a german office xp.
the programming consists in different macros and of a load of vba
I tried converting the macros in vba but nothing much changed

I thought I heard that one can activate something in the registry or
whilst installing office to make it language compatible . Is it true ?
my questions are
Any idea as to how I can check which functions do not work if I have
only the french version installed at hand

Is there a known place where I can find translations of the functions
which do not work if I ever find out which ones they are ?


thank you in advance for your help
tam
 
D

Douglas J. Steele

The first thing I'd suspect is a problem with the References collection, due
to differences in versions of referenced files between your machine and the
machine on which it was developed.

On the machine(s) where it's not working, open any code module (or open the
Debug Window, using Ctrl-G, provided you haven't selected the "keep debug
window on top" option). Select Tools | References from the menu bar. Examine
all of the selected references.

If any of the selected references have "MISSING:" in front of them, unselect
them, and back out of the dialog. If you really need the reference(s) you
just unselected (you can tell by doing a Compile All Modules), go back in
and reselect them.

If none have "MISSING:", select an additional reference at random, back out
of the dialog, then go back in and unselect the reference you just added. If
that doesn't solve the problem, try to unselect as many of the selected
references as you can (Access may not let you unselect them all), back out
of the dialog, then go back in and reselect the references you just
unselected. (NOTE: write down what the references are before you delete
them, because they'll be in a different order when you go back in)
 
T

tam

thank you for your answer

None of the references are missing

I have as references
Visual basic for app
Microsoft access 10, which I can not remove
Ole
Dao 3.6
Microsoft Office Web
Visual Basic for Appl Extensibility
which funnily enough I can remove without noticable effect
I tried to put some back and added some other ones nothing happens
I tried then with other references containing the words ole (db service
components
nothing happens
I put everything back as it was, in the same order
i tried compiling the db to debug
when I click on "debug" it turns gray but does not give any clue as a
mistake existing somewhere so I still don't know

May be you have an other suggestion ??
thank you
tam
 
D

Douglas J. Steele

The Compile option turning gray is normal: once you've compiled the
application, Compile is disabled until you make changes to the application
again (or something else causes it to become decompiled).

I'm afraid, though, that I have no other suggestions: if it's compiling
cleanly, then it should be working! When you say that "lots of the functions
do not work", what exactly happens? Do you get an error message? If so,
what's the error?
 
T

tam

Hello


Thank you again

There is no error message at all

Example of disfunction :
A button activate a macro "open form" / example family tree

The form is based on the table "family tree OLE"

Family tree OLE
Family tree id
Family tree name
Family tree ole

On double click the form opens, but is completely blanc in the
propriety sheet there is only "view" I don't know what it refers
to

Or

I sould be able to give the path to connect to my photo folder or to my
notes in word to do that I have two buttons one for each action but on
double click nothing happens although all the other buttons on the form
work to open forms or sub forms

If they do the same on a german computer the family tree does come.

I can't be more accurate than that since I don't have the german
computer handy

Do you have an other idea ??

Thank you in advance
Tam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top