Newbies koenNeves Posted February 7, 2006 Newbies Posted February 7, 2006 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
Wim Decorte Posted February 7, 2006 Posted February 7, 2006 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.
flapjacks Posted February 8, 2006 Posted February 8, 2006 Check your windows settings for opening files. I click the file I want and that's the one that opens. John
Newbies koenNeves Posted February 8, 2006 Author Newbies Posted February 8, 2006 Hey Wim Decorte, thanks a lot, that's the perfect solution! greetz, Koen
Recommended Posts
This topic is 6863 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 accountSign in
Already have an account? Sign in here.
Sign In Now