Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Clipper > Re: start acrob...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 15 Topic 3819 of 3959
Post > Topic >>

Re: start acrobat reader from clipper

by "Stephen Quinn" <stevejqNO@[EMAIL PROTECTED] > Jan 15, 2008 at 01:41 AM

Andreas

> start is a nice thing if you have standard extensions, but in our case
the 
> extension is not standard so dis does not work.

IF FCopy( 'FileWith.NonStandardPDFExtension', 
'FileWith.StandardPDFExtension' )
    // Execute the .bat (or whatever mechanism works)
    // Wait for user to close Acrobat
    FErase( 'FileWith.StandardPDFExtension' )
    // or
    // copy the file into a directory you create and delete it when
closing 
your app
    // ie aList := Directory( 'xxx', '*.pdf' )
    // FOR i := 1 TO Len( aList )
    //     FErase( aList[i][ F_NAME ]
    // NEXT
ENDIF

CYA
Steve
 




 15 Posts in Topic:
start acrobat reader from clipper
Andreas Moroder <Andre  2008-01-14 14:53:05 
Re: start acrobat reader from clipper
Shadow <m.giustini@[EM  2008-01-14 15:20:24 
Re: start acrobat reader from clipper
Andreas Moroder <Andre  2008-01-14 16:10:19 
Re: start acrobat reader from clipper
"Stephen Quinn"  2008-01-15 01:41:44 
Re: start acrobat reader from clipper
dlzc <dlzc1@[EMAIL PRO  2008-01-14 06:52:48 
Re: start acrobat reader from clipper
Andreas Moroder <Andre  2008-01-14 16:09:24 
Re: start acrobat reader from clipper
"Stephen Quinn"  2008-01-14 22:10:17 
Re: start acrobat reader from clipper
sebas22 <nospam@[EMAIL  2008-01-15 12:50:10 
Re: start acrobat reader from clipper
dlzc <dlzc1@[EMAIL PRO  2008-01-14 14:13:23 
Re: start acrobat reader from clipper
klas.engwall@[EMAIL PROTE  2008-01-14 22:14:49 
Re: start acrobat reader from clipper
dlzc <dlzc1@[EMAIL PRO  2008-01-14 14:30:44 
Re: start acrobat reader from clipper
klas.engwall@[EMAIL PROTE  2008-01-15 23:58:03 
Re: start acrobat reader from clipper
aardvark <aardvark@[EM  2008-01-15 17:52:35 
Re: start acrobat reader from clipper
"Marek Horodyski&quo  2008-01-16 08:34:18 
Re: start acrobat reader from clipper
aardvark <aardvark@[EM  2008-01-16 12:09:23 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Jul 24 16:21:27 CDT 2008.