FileOpen 
Author Message
 FileOpen

How do I implement windows' or Microsoft's FileOpen and FileSaveAs dialogs
in my own applications?

Thank you.



Fri, 02 Dec 2005 14:16:49 GMT  
 FileOpen
See:
    http://www.mvps.org/access/api/api0001.htm

Although Access 2002 does have a FileDialog object, it's not really usable:
the Save As doesn't work, and it doesn't work at all in mde/runtime.

--
Allen Browne - Microsoft MVP.  Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to the newsgroup. (Email address has spurious "_SpamTrap")


Quote:
> How do I implement windows' or Microsoft's FileOpen and FileSaveAs dialogs
> in my own applications?



Fri, 02 Dec 2005 14:34:30 GMT  
 FileOpen
Sorry, I forgot to mention, I am using Access97


Quote:
> See:
>     http://www.mvps.org/access/api/api0001.htm

> Although Access 2002 does have a FileDialog object, it's not really
usable:
> the Save As doesn't work, and it doesn't work at all in mde/runtime.

> --
> Allen Browne - Microsoft MVP.  Perth, Western Australia.
> Tips for Access users - http://allenbrowne.com/tips.html
> Reply to the newsgroup. (Email address has spurious "_SpamTrap")



> > How do I implement windows' or Microsoft's FileOpen and FileSaveAs
dialogs
> > in my own applications?



Sat, 03 Dec 2005 07:00:18 GMT  
 FileOpen
Then, the link will be what you need.

If you have never used an API call, it may look a bit scary. However, it's
pretty much a copy and paste thing, and it's easy to call.

--
Allen Browne - Microsoft MVP.  Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to the newsgroup. (Email address has spurious "_SpamTrap")


Quote:
> Sorry, I forgot to mention, I am using Access97



> > See:
> >     http://www.mvps.org/access/api/api0001.htm

> > Although Access 2002 does have a FileDialog object, it's not really
> usable:
> > the Save As doesn't work, and it doesn't work at all in mde/runtime.

> > --
> > Allen Browne - Microsoft MVP.  Perth, Western Australia.
> > Tips for Access users - http://allenbrowne.com/tips.html
> > Reply to the newsgroup. (Email address has spurious "_SpamTrap")



> > > How do I implement windows' or Microsoft's FileOpen and FileSaveAs
> dialogs
> > > in my own applications?



Sat, 03 Dec 2005 09:50:59 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. FileOpen dialog box - where has it gone?

2. Using the FileOpen dialog to find a file to open so I can use ReadLine method

3. FileOpen FileBrowse Window

4. Help! FileOpen command crashes MSPPro

5. fileopen with ".lnk" files

6. FileOpen function without promt for ressource pool

7. Filtering ODBC-FileOpen File Display

8. FileOpen With Multiple Maps not working...

9. FileOpen - problem with linked files

10. fileOpen, fileSaveAs using vba in an asp page

11. fileopen, fileclose gives error

12. Project.FileOpen

 

 
Powered by phpBB® Forum Software