| | |
|
|
|
Run time Error '7': Out of memory / Run time Error '91': Object variable |
| message from Teddy on 18 May 2004 |
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
|
|
Archived message: Run time Error '7': Out of memory / Run time Error '91': Object variable (MS Access Database)