Hi All,
Is it possible to use a message subfile to display error messages in a windowed subfile screen? I got a scenario where i have to display error messages with length 256 chars but the windowed program can display only 50 chars and i have only one line available for the error message.
I tried using one but it doesnt print the message on the screen when i tried to do so. i used line number 22 for the error display as below. And i would want to start the message at column 8 of the 22nd line.
A SFLMSGRCD(22)
Any suggestions to get this done?
Thanks,
Neo
Is it possible to use a message subfile to display error messages in a windowed subfile screen? I got a scenario where i have to display error messages with length 256 chars but the windowed program can display only 50 chars and i have only one line available for the error message.
I tried using one but it doesnt print the message on the screen when i tried to do so. i used line number 22 for the error display as below. And i would want to start the message at column 8 of the 22nd line.
A SFLMSGRCD(22)
Any suggestions to get this done?
Thanks,
Neo



Comment