Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Message Q's and Java Toolbox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Message Q's and Java Toolbox

    When utilizing a QueuedMessage object from a java program, using the JT400.jar, I run the exact same program from my PC and the AS400. If the QueuedMessage object is msg, like so: QueuedMessage msg = (QueuedMessage)e.nextElement(); I get detailed information for all of these: msg.getText(); msg.getSeverity() msg.getType() msg.getUser() msg.getReplyStatus() msg.getLibraryName() msg.getFromProgram() msg.getFromJobName() But I only get HELP text on the PC. On the AS400 it always returns NULL. msg.getHelp(); Any ideas why the behaviour would be different? I'd love to get complete message help text when running on the 400. Mac
Working...
X