Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


 

Background Color
coloryellow
IScreen::GetWithAttribs


Get the text and attributes of the current QWS3270 screen.

 

Background Color
Function GetWithAttribs(buffer As String, bufsize As Long) As Long

 


Parameters

NoNameTypeOptionalDefaultDescription
1bufferStringNo-

Buffer to hold string contents

2

bufsize

Long

No

-

Size of data buffer, must be defined as at least screen size + 1

Return Code

Description

JGS_OK

The function was successful

JGS_NOTCONNECTED

Your application is not currently connected to any valid session

JGS_PARAMETERERROR

Missing or invalid parameter

JGS_SYSERROR

The function failed due to a system error

JGS_FTXSEGMENTED

The session screen was successfully copied, the session is waiting for a host response

JGS_INHIBITED

The session screen was successfully copied, the keyboard is locked

Sample Code


 

Background Color
coloryellow
Dim myScreen as String * 8000
Dim myLength as Long
Dim result as Long
result = screen.GetWithAttribs(myScreen, myLength)
 



Back to IScreen members


QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.