Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Autostart FM script on Windows Start up


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

Recommended Posts

  • Newbies
Posted

I'm trying to replicate an outdated MS Access database solution with FileMaker and I'm currently struggling with the following issue:

The Access DB can be called by a Windows start up link that logged into the DB and presents deadlines of tasks in a corresponding and consecutive number of windows (basically: "Task A is due in 3 days!", then you press OK and if applicable a new window opens, saying "Task B is due in 5 days!" or MS Access closes if no further tasks with due deadlines are present).

The start up link for the MS Access DB looks similar to this:

"C:ProgrammeMicrosoft OfficeOfficeMSACCESS.EXE"   "C:FolderAdministration.mde" /x makDeadline /USER JohnDoe /pwd 1234 /WRKGRP "F:FolderDATABASE.mdw"

F: is a network drive , C: is local.

Can something similar be achieved with FileMaker and is FM Server needed for that? If it is indeed possible, can someone give a hint where to look at, some documentation, etc?

Many thanks in advance for your help.

Posted

You can have an "opener file" perform a script that opens up the served copy of your true FileMaker Database.

This opener file could be as simple as opening the remote file and then closing itself as part of the opening script.

Then you can call this Opener file as part of your Windows Startup.

  • 2 weeks later...
Posted

Or even slicker: you can have the windows logon script open the FM file and call a FM script. Gives you better error handling options than relying on an opener file by itself.

This topic is 6153 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.