ALL,
 
My bad. The filename in the launch command retrieved the wrong filename from the table based on a wrong id.
Works like a charm now.
 
Thanks everyone !
 
Bill  
 
-------- Original Message --------
Subject: [RBASE-L] - Re: Launch Question
From: "Mike Byerley" <[email protected]>
Date: Fri, September 23, 2011 6:41 am
To: [email protected] (RBASE-L Mailing List)

Bill,

first verify that when you double click a PDF file that it actually starts
Acrobat (checking the file association to be certain it points to Acrobat)

put the whole thing in a variable including the "Launch" command and then:


set var vLaunch = ('Launch' &
'''C:\Inspections91\PDF\InsRpt_080111_123111.PDF''')

then:
&vLaunch

at the command line.

----- Original Message -----
From: <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Friday, September 23, 2011 9:01 AM
Subject: [RBASE-L] - Re: Launch Question


Larry,

It finds the file as expected. But still won't launch file. I'm perplexed.

Bill

-------- Original Message --------
Subject: [RBASE-L] - Re: Launch Question
From: Lawrence Lustig <[email protected]>
Date: Thu, September 22, 2011 5:22 pm
To: [email protected] (RBASE-L Mailing List)


<<
When I issue the command;

Launch &vfile
I get an error message "THE SPECIFIED FILE WAS NOT FOUND"
If I issue the command;
Launch .vfile I get the same error.
>>


Should work fine. What happens when you issue DIR &vFile?
--
Larry


Reply via email to