Jump to content
Server Maintenance This Week. ×

Open File from Explorer


koenNeves

This topic is 6656 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hello,

you would really help me if you could give me a solution for this:

When I double click a file in windows explorer or when a hyperlink is placed in the startup folder to a filemaker file, the file itself doesn't open. Filemaker opens and shows the window 'Open New or Existing File'. I need the file to open by itself because my solution is used in a production environment and edited with only a barcode scanner. The filemaker version I use is 7.0v3a in Windows XP SP2.

any suggestions?

thanks a lot.

Koen Boussemaere

Belgium

Link to comment
Share on other sites

Dag Koen,

Don't know the cure for that one, but you can work around it by using FileMaker's ActiveX model.

Put this in notepad and save it as openFileMaker.vbs:

set fmApp = createobject("FMPRO.application")

fmApp.visible = true

set fmDocs = fmApp.documents

set fmDoc = fmDocs.open("c:someFile.fp7", "account", "pw")

set fmDoc = nothing

set fmDocs = nothing

set fmApp = nothing

Teach your users to double-click the VBS file.

Link to comment
Share on other sites

This topic is 6656 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.