Message Boards

Need help in CIM programming

CHELLAPPA BHAGAVATHI, modified 3 Years ago.

Need help in CIM programming

Post Date: 6/3/15 (Bronze, 1 Post) Recent Posts

QAD Version : M F G / P R O Release eB2.1 SP5.

Progress version : OpenEdge Release 10.1B0365. (Character version)

The below cim query is not showing the report properly . I am not sure what is the reason behind.

{mfdeclre.i}
define variable nbr as char init "604N". /* Any Purchase requisiton nbr */
OUTPUT TO poreq.cim.
PUT UNFORMATTED nbr SPACE
nbr SKIP
"PAGE" SKIP.
output close.

INPUT FROM poreq.cim.
{gprun.i ""rqrqrp5.p""}
INPUT CLOSE.

The program is working fine. However, it is not allowing me the see the full repot eventhough it is showing the message as below.

Use cursor and page keys to navigate, F4 to exit. [Line 1]
Use cursor and page keys to navigate, F4 to exit. [Line 1]
Press space bar to continue.


Can anyone help me to fix this issue? Thanks in advance.

 
Scott Dulecki, modified 10 Years ago.

Re: Need help in CIM programming

Post Date: 9/28/15 (Silver, 29 Posts) Recent Posts
You're not dealing with CIM, but with Progress redirection, which is what CIM is based on. I'd include mfdeclre.i in the beginning of your program and set the variable BATCHRUN to TRUE.

Message place holder