RPG Display File Questions

1

Autorefresh in RPG
Once the display file is displyed, the control should be come back to the program after specified time and do the refresh of the screen. Can you please suggest some of the good methods and some examples for DFRWRT in DDS.

Answer Question   |  July 13, 2011  4:34 PM
AS/400 Display File, Display File, RPG Display File, RPG/400
asked by:
360 pts.

Adding a call to a new program via RPGLE
I am adding a call from an existing program to a program that I’ve just written.  I use a command key from the existing program to call the new one.  That works just fine, but when I exit my program it returns to the origianl screen with just the data on the screen.  I don’t [...]

Answer Question   |  January 21, 2011  7:37 PM
Display File, RPG Display File, RPGLE, RPGLE Program
asked by:
5 pts.

Using a command line in a display file in RPG
Can I create a display file with a command line in it using RPG?

Answer Question   |  January 13, 2010  8:55 PM
iSeries command line, RPG, RPG Display File
asked by:
20 pts.

rpg
I have created a subroutine to update a display file. key CHAINfile 90 *IN90 IFEQ *OFF MOVELfieldvalue screenvalue EXFMTscreen MOVELscreenvalue filevalue UPDATrecfmt of file END ENDSR Is this logic right? 1.the value in the file is not getting displayed when screen is invoked 2.the field appears blank when updated the file doesnt get updated.

Answer Question   |  December 10, 2008  4:00 PM
RPG, RPG Display File, RPG Subroutine
asked by:
0 pts.

1