bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Informix for CentOS Linux


From: Mwango Mutale
Subject: Informix for CentOS Linux
Date: Thu, 18 Jun 2009 04:36:16 -0700 (PDT)

Dear Sir,

Good Afternoon sir. I need help. 

On UNIX environment we were printing on portrait and landscape with the 
following command line in Informix 4gl:

FUNCTION LandsPrint()
  LET cmdline = " "
  LET cmdline =  "lpr -c -n ", copies clipped, " -d", printer clipped,
                 " -olandscape -otl66 -oc -ovsi5 -o nb -o 12  ", w_reportname
  RUN cmdline
  Prompt "Report is being sent to Printer - Press Return" FOR Answer
  RETURN
END FUNCTION

FUNCTION LandsPrint2()
  LET cmdline = " "
  LET cmdline =  "lpr -c -n ", copies clipped, " -d", printer clipped,
                 " -olandscape -otl43 -oc -ovsi8 -o nb  ", w_reportname
  RUN cmdline
  Prompt "Report is being sent to Printer - Press Return" FOR Answer
  RETURN
END FUNCTION

How could I print in Informix for CentOS Enterprise Linux ?

Thanking you in advance.


Felix Mwango Mutale



      


reply via email to

[Prev in Thread] Current Thread [Next in Thread]