option - set script options

Return to Introduction  Previous page  Next page

option  [option1][,option2]

Where:

option1is one of the options listed below.        
option2is one of the options listed below.        

 

Valid options are:

AskForPos(top,left)specifies the position of the top left corner of the AskFor dialog box. top and left are the offset in pixels from the top left corner of the TN3270 Plus main window. The offset may be negative to move the dialog box outside the  TN3270 Plus window.
AskForPos(center)specifies that the AskFor dialog box be positioned in the center of the TN3270 Plus main window.
WaitForPos(top,left)specifies the position of the top left corner of the WaitFor dialog box. top and left are the offset in pixels from the top left corner of the TN3270 Plus main window. The offset may be negative to move the dialog box outside the  TN3270 Plus window.
WaitForPos(center)specifies that the WaitFor dialog box be positioned in the center of the TN3270 Plus main window.

 

 

The option command specifies one or more options for a script. Options remain in effect until another option command is processed or to the end of the script.

Examples

option AskForPos(50,50)        

option AskForPos(center),WaitForPos(center)

option AskForPos(0,-100)

option WaitForPos(50,50)        

option WaitForPos(center)


TN3270 Plus is continually being improved. To learn more about the latest enhancements, please review our Version History web page.