Converts a presentation space position for the specified session into row/column format.
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
...
JavaScript |
---|
function PositionToRowColumn(position, sessionID, row, column); |
Parameters
position
Type: System..::.Int32Position Int32
Position to convert; must be between 1 and the size of the presentation space.
sessionID
Type: System..::.ObjectThe Object
The sessionID for which to convert the position.
row
Type: System..::.Int32 %Receives
Receives the row number that corresponds to the position.
column
Type: System..::.Int32 %Receives
Receives the column number that corresponds to the position.
...
true if position is valid and could be successfully converted to a row and column position, otherwise false.
Implements
IQWS3270..::.PositionToRowColumn(Int32, Object, Int32%, Int32%)
See Also
QWS3270 Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
...