Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Retrieves and routes a message in a specified screen row number.

Syntax

Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)

#bMoreMsgs := #myscreen_wrapper.GetFormMessage(iRow) 

Parameters

RowNumber

Integer – Required

Integer that specifies the 5250 screen's row number where to get the message from. 

...

 

Return Value

...

MoreMessages

Boolean

For messages presented in subfiles:

true – there are more messages more messages.

false – no more messages

...

.

...

Examples

...

     Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#MoreMsgs := #myscreen_wrapper.Get_Form_Messate RowNumber(22)

...