You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version includes support for setting fields by label: for example if you have a screen containing a field labeled by 'Password' text, then you can now specify the given label instead of the actual position (row and column) of the field. This feature allows for easier scripting and more robust scripts which won't fail if field positions vary on different terminal types.
Additionally, dm3270 library has been updated to latest version which includes general fixes (hiding invisible fields on returned screen, and sending back to the server invisible fields marked as modified and unprotected) and improved tn3270 enhanced protocol support (including SCCP LU DATA handling and BID command).