JmgIpcJournalTrans::find Method
Reads the JmgIpcJournalTrans table for the specified journal ID and line number.
Syntax
client server public static JmgIpcJournalTrans find(
JmgIPCJournalId _journalId,
LineNum _lineNum,
[boolean _forUpdate])
Run On
Called
Parameters
- _journalId
Type: JmgIPCJournalId Extended Data Type
The journal ID to search for.
- _lineNum
Type: LineNum Extended Data Type
The line number to search for.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional
Return Value
Type: JmgIpcJournalTrans Table
A JmgIpcJournalTrans table buffer.