Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently September 30th, 2024, 5:38 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Problems launching File
PostPosted: August 9th, 2005, 1:50 am 
Offline

Joined: March 26th, 2005, 4:01 am
Posts: 23
Hello, I am trying to launch an ACCESS Database using a button with the following script:

LaunchFile("explorer.exe","\\\\GLOBAL03.olol.ololnet\\Invests\\Invest Statistics\\Databases\\SA","SA Stats.mdb")

The name of the Access database I am trying to launch is "SA Stats.mdb" and the path in the server is:

\\\\GLOBAL03.olol.ololnet\\Invests\\Invest Statistics\\Databases\\SA"

I must be doing something wrong because the scripting is refusing to launch the file. Please help me.

Cybernaut


Top
 Profile  
 
 Post subject:
PostPosted: August 9th, 2005, 6:38 am 
Offline

Joined: October 26th, 2004, 1:26 pm
Posts: 262
Hi Cybernaut,

I know nothing about databases, so my reply may be completely wrong...

Should you be using "/" forward slashes instead, since it is a server over the internet? :o

_________________
Cheers,
Steve


Top
 Profile  
 
 Post subject: Re: Problems launching File
PostPosted: August 9th, 2005, 9:55 am 
Offline
User avatar

Joined: October 25th, 2004, 10:33 am
Posts: 257
Location: UK
Opus: Pro 8
OS: Windows 7 Professional x64
System: Dell XPS15 i7x4 2.1Ghz 6GB 128GB SSD
cybernaut wrote:
LaunchFile("explorer.exe","\\\\GLOBAL03.olol.ololnet\\Invests\\Invest Statistics\\Databases\\SA","SA Stats.mdb")


Why are you trying to launch explorer? :? And also, LaunchFile only takes 2 parameters. I think you want..

Code:
LaunchFile("\\\\GLOBAL03.olol.ololnet\\Invests\\Invest Statistics\\Databases\\SA\\SA Stats.mdb")


Top
 Profile Visit website  
 
 Post subject: thanks
PostPosted: August 10th, 2005, 4:24 am 
Offline

Joined: March 26th, 2005, 4:01 am
Posts: 23
Thank you. That was exactly what I needed.
Cybernaut


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group