apigetopenfilename

D

David Kazebee

Have a Access Basic program that uses the
apigetOpenfilename api call, I have upgraded the program
to Access 2000, but the api fails. It does not fail with
an error, it just doesn't work.

any ideas?
 
D

Dirk Goldgar

David Kazebee said:
Have a Access Basic program that uses the
apigetOpenfilename api call, I have upgraded the program
to Access 2000, but the api fails. It does not fail with
an error, it just doesn't work.

any ideas?

Was this old application written for the 16-bit version of Windows? If
so, the API has changed. Compare your code to the code at

www.mvps.org/access/api/api0001.htm

or adapt that code for your purposes.
 

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