Exposed functions of MS Access.exe and Comdlg32.dll

L

Lunch

Have been using the Office file open common dialog using
the adh_officegetfilename function to expose comdlg32.dll
in MS Access 97 on NT

I have now converted to Access 2003 and XP Pro but using
the same code falls over with a 'Can't Find Entry Point
59' error.

The version of the dll in NT4 was 4.01381.27 in XP it is
6.0.2800.1106

Any ideas?

Thanks
 
D

Dirk Goldgar

Lunch said:
Have been using the Office file open common dialog using
the adh_officegetfilename function to expose comdlg32.dll
in MS Access 97 on NT

I have now converted to Access 2003 and XP Pro but using
the same code falls over with a 'Can't Find Entry Point
59' error.

The version of the dll in NT4 was 4.01381.27 in XP it is
6.0.2800.1106

Any ideas?

Thanks

A lot of the old numbered entry points were changed or removed after
Access 97. Either use the new Application.FileDialog method or call the
Windows File Open/Save API directly using the code at
www.mvps.org/access/api/api0001.htm .
 

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