Run time Error '7': Out of memory / Run time Error '91': Object variableor With block variable not s

T

Teddy

I'm developing an Access 2000 application on a German Access 2000. There
all is running ok, without errors. My client where the application has
to run finaly is running Access 2000 in English. And there I get some
Errors I don't have on my mashine.

One is:

Run time Error '7':
Out of memory

This I get with the statement

Set LeWord = New Word.Application

In the declarations part I have

Public LeWord As Word.Application



Another Error is:

Run time Error '91':
Object variable or With block variable not set

This I get with the statement

Dim OK As Boolean
Set Lettre = New scLettreSimple
OK = Lettre.creerTableParametres

In the declarations part I have

Private Lettre As scLettreSimple


By the way this Problem I have also with other objects and other functions


Thanks
Teddy
 

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