FileDialog

Rubi

Registered User.
Local time
Today, 13:19
Joined
Jul 23, 2003
Messages
32
Hello everyone,

I'm using a filedialog object as a file picker, for this to work I had to insert the office 10.0 object library in my references.

my question is: what happens after I compile the program and run it on a computer that doesn't have ACCESS installed ? will it work there or do I need to make any adjustments ?

BTW I tried to run the program on another computer before I compiled the program and it didn't recognize the filedialog object although the office 10.0 object library was checked, any suggestions why that happened?
 
By "compile" I assume you mean creating a MDE from your DB. You cannot 'Compile" and access MDB but you can package it with the Developers edition. As for individuals w/o access on thier system, the packaging allows you to include an access runtime environment that they can use. When you create the package it allows for the inclusion of the refrences that you used in the development of the DB.
 

Users who are viewing this thread

Back
Top Bottom