MsgFrameOpen(str_block_address, num_traverse_level);
str_block_address
If you specify an empty string (““), the Message traversing will start at the current location.The following three examples illustrate how you can use wildcards in the block address string.*blkA/*blkA:5num_traverse_level
A number specifying the number of levels to traverse, starting from the specified block:Defines where in the current frame to start traversing the Message. This function can only be used in PageOUT.
travhandl
A handle is returned if the frame was successfully traversed. The handle identifies this specific traversing pass. -1 Failed to perform the traversing pass. Possible reasons include no block found, or that the function was called in the wrong context.$handle=MsgFrameOpen("blkA/blkB", 0);
OpenText StreamServe 5.6 | Updated: 2013-03-01 |