Subscribe for automatic updates: RSS icon RSS

Login icon Sign in for full access | Help icon Help
Advanced search

Pages: [1]
  Reply  |  Print  
Author Topic: START REPORT to PIPE - mode?  (Read 8289 times)
Andrew C.
Posts: 48


« on: August 26, 2010, 07:09:00 am »


What is the MODE in the PIPE option of

Code
  1. START REPORT report-name
  2.  [  
  3.   TO  
  4.   {
  5.       SCREEN
  6.     | PRINTER
  7.     | FILE filename
  8.     | PIPE program [ IN FORM MODE | IN LINE MODE ]
  9.     ......
  10.  
  11.  

I can't find any mention in the manuals
Sebastien F.
Four Js
Posts: 509


« Reply #1 on: August 26, 2010, 09:24:07 am »

Andrew,

The manual page of REPORT is incomplete, we will fix this.

The IN LINE/FORM MODE clause defines the way the TTY terminal is setup when using the text mode. If you are using the GUI, this clause does not need to be specified. Matters for example when you output the report to a text-based program line "more" one UNIX...

After IN LINE MODE is specified, the terminal is in the same state (in terms of stty options) as when the program began. The IN FORM MODE keywords specify raw mode, in which each character of input becomes available to the program as it is typed or read.

Seb
Andrew C.
Posts: 48


« Reply #2 on: August 27, 2010, 01:25:04 am »

ahhh nice. I could use the LINE MODE.

Thanks
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines