Runtime error using FileDialog

  • Thread starter Thread starter mikebres
  • Start date Start date
M

mikebres

My application runs fine in full Access, but when I try
to run it using Access Runtime I get the following error
when I call a function that uses FileDialog to identify a
file for import.

"Method 'Filedialog' of object _Application failed"

I'm guessing that the runtime isn't using the reference
for Microsoft Office 10.0 Office Library that I have
referenced in the full version.
Any ideas?

TIA
Mike
 
Never mind. I found an earlier thread that addressed the
subject. Apparently File Dialog won't work in with
runtime.

Mike
 
Back
Top