Normal Topic Start up warning (Read 1456 times)
aheimdal
Member
*
Offline


No personal text

Posts: 14
Joined: Dec 16th, 2003
Start up warning
Nov 23rd, 2004 at 8:12pm
Print Post Print Post  
I am using a shortcut command string to bring up a database.  The string is as follows: C:\Sesame\Program\sesame.exe C:\Sesame\Data\Tooling Database System.db -macro c:\sesame\data\Startup.mac -closed

Every time I execute this I get a warning message:

Database C:\Sesame\System.db failed to open

But yet when I OK this message everything seems to be fine.  What's up?
  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2480
Joined: Aug 20th, 2003
Re: Start up warning
Reply #1 - Nov 23rd, 2004 at 9:48pm
Print Post Print Post  
The warning is because there are spaces in the path to your database.

Try this instead C:\Sesame\Program\sesame.exe "C:\Sesame\Data\Tooling Database System.db" -macro c:\sesame\data\Startup.mac -closed

If everything seems fine after you click ok it is probably because the macro is loading the database as well as opening your form. If this is the case you can just remove the "C:\Sesame\Data\Tooling Database System.db" from your icon.

  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
aheimdal
Member
*
Offline


No personal text

Posts: 14
Joined: Dec 16th, 2003
Re: Start up warning
Reply #2 - Nov 23rd, 2004 at 9:55pm
Print Post Print Post  
Thank a lot!

The quotes worked.
  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2480
Joined: Aug 20th, 2003
Re: Start up warning
Reply #3 - Nov 23rd, 2004 at 9:57pm
Print Post Print Post  
You are welcome.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged