You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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
false – no more messages

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

  • No labels