Reading standard input

Ofi

New Member
Can I read stdin only using progress 4gl (v8.3b on Win NT) ?
I solve the problem with INPUT THROUGH value(stdinout.exe).
But stdinout.exe is written to C.
 

Chris Kelleher

Administrator
Staff member
Hi there, what is it that you are trying to do? Where is the input coming from? If you are reading data from a serial port or TCP/IP socket there are some better ways to go about this.

-Chris

------------------
Chris Schreiber
ProgressTalk.com Manager
chris@fast4gl.com
 

Ofi

New Member
I use prowin32 like CGI. I read output from Internet Information Server through stdout (HTML Form submitted with Post method ).
 

Ofi

New Member
I have WebSpeed V3.0B and I know all about PROCJI V1.0 ( Fast 4GL is in my favourites). WebSpeed is very expensive for many of my clients!
For some tasks It is very easy solution to put prowin32.exe in Application Mappings in IIS. Now you have PROGRESS DB access in state less mode.
 
Top