Image Removed |
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Image RemovedSyntax
JavaScript |
---|
function GetText(position, fieldText, toCopy); |
Return Value
The
StatusCode indicating the result of the operation.
This can be one of the following values:
Status code | Description |
---|
WHLLOK | The specified IField field was copied successfully. |
WHLLNOTCONNECTED | Your application is not currently connected to a host session. |
WHLLPARAMETERERROR | One or more call parameters are invalid. |
WHLLTRUNCATED | The specified field text was retrieved, but the IField was of greater length than the number specified in toCopy, and the text is truncated. |
WHLLPOSITIONERROR | The specified presentation space position is invalid. |
WHLLSYSERROR | The method failed due to a system error. |
WHLLNOFIELD | The presentation space is unformatted. |
Implements
IField..::.GetText(ScreenPosition, String%, Int32)Image RemovedSee Also