Displaying Error Messages

ka4niv

Active Member
I have an interactive app that needs to display an error message on the
error line at the bottom of the screen. I am sure there is a function to do
this, but cant seem to find one.

Does anyone have a clue how to do this?

Thanks

Maurice
Delta Woodside Industries

XE SP14 - ES:AS/400 - Deploy:NT - Citrix:W2K
 
you can use system functions, such as Set Grid Cell Error or Set Edit Control Error.

It can also be done by calling APIs such as jdeErrorSet or jdeSetGBRError or jdeSetGBRErrorSubText.

G
[email protected]
 
Back
Top