Hello,
I have an ACCESS application with references (dll, ...).
I make a mde file for dispatch the application.
The users which have the full access version have no
problem but the users which have only the runtime Access
have the previous message.
I can't see if the attachement is correct because of the
runtime version.
Have you an idea ?
Thanks in advance
Hugues
Luiz Cl?udio - 19 Sep 2004 16:53 GMT
The DLL and OCX files must be registered on the user's machine:
Start > Run
RegSvr32 "c:\FolderName\FileName.DLL"
Luiz Cl?udio C. V. Rocha
S?o Paulo - Brazil
> Hello,
> I have an ACCESS application with references (dll, ...).
[quoted text clipped - 11 lines]
>
> Hugues