Re: popup window error
for CF03 and CF12 and RTNCSRLOC
Did you allready have them on your DDS ?
See your DDS and look if you have
CF03 and CF12 specified ( see after DSPSIZ )
+++++++++++++++++++++++++++++++++++++
I hope did not define a window display screen
in the same DDS where you coded the DSPLY subfile!
Remove all that F03 F03WIN code out of the DSPLY subfile !
Make (create) a new dsply for your Window only!
in your RPG prog add an F-line with that dsply name
in my case it was: WINF03D --> change it to your DSPLY name
-----------------------------------------------
for CF03 and CF12 and RTNCSRLOC
Did you allready have them on your DDS ?
See your DDS and look if you have
CF03 and CF12 specified ( see after DSPSIZ )
+++++++++++++++++++++++++++++++++++++
I hope did not define a window display screen
in the same DDS where you coded the DSPLY subfile!
Remove all that F03 F03WIN code out of the DSPLY subfile !
Make (create) a new dsply for your Window only!
in your RPG prog add an F-line with that dsply name
in my case it was: WINF03D --> change it to your DSPLY name
Code:
** D I S P L A Y FWINF03D CF E WORKSTN then in your program, to pop up the window C EXFMT F03
-----------------------------------------------
Comment