Re: PowerCobol




"ProdCil" <nospam_prodcil@xxxxxxx> wrote in message
news:newscache$cxerti$x3j$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> Thanks Frederico,
>
> I can make thi:
> INVOKE pow-self "Execute" USING "notepad.exe text.txt"
>
> I want to do the same, but calling "text.chm" for help files and
> "text.pdf", for example.
>
> If i do:
> INVOKE pow-self "Execute" USING "AcroRd32.exe text.pdf"
>
> don't work.

I don't know why COBOL would treat notepad.exe differently from
AcroRd32.exe. Did you verify that:

(1) the "AcroRd32.exe" file actually exists
(2) "AcroRd32.exe" is in the search path

?

- Oliver


.



Relevant Pages

  • Re: PowerCobol
    ... > I can make thi: ... > I want to do the same, but calling "text.chm" for help files and ... 02 HELPREQUEST. ...
    (comp.lang.cobol)
  • Re: Call to subroutine fails to execute - no error or warning
    ... indicated in the VB help files. ... calling a DLL procedure. ... or ByRef to describe how the arguments are treated by the called procedure. ... ByVal and ByRef can be used with Call only when calling a DLL ...
    (microsoft.public.vb.general.discussion)
  • Re: PowerCobol
    ... I can make thi: ... I want to do the same, but calling "text.chm" for help files and ... Regards ...
    (comp.lang.cobol)
  • figure position
    ... grid; hold on; plot; ... don't "overwrite" each other (suppose I'm calling 4 of them). ... with the help of help files: ...
    (comp.soft-sys.matlab)