Last Field doesn't get added to list, not sure if bug or issue with terminal · Issue #34 · Open3270/Open3270 · GitHub
More Web Proxy on the site http://driver.im/
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
I have a terminal where there's a writable field then none writable about 4 rows
like
_ Order 1
_ Order 2
_ Order 3
_ Order 4
The order 4, last field is not parsed because the IsFA doesn't exist for the rest of the data (2000 bytes, 803 -> end of data)
I am thinking of patching by making it if isFA is not found to make row end equal to end of current row to have it be included.
If I hardcode that it appears to add field.
Maybe I'm missing something.
Thanks in advance for any guidance.
The text was updated successfully, but these errors were encountered:
I have a terminal where there's a writable field then none writable about 4 rows

like
_ Order 1
_ Order 2
_ Order 3
_ Order 4
The order 4, last field is not parsed because the IsFA doesn't exist for the rest of the data (2000 bytes, 803 -> end of data)
I am thinking of patching by making it if isFA is not found to make row end equal to end of current row to have it be included.
If I hardcode that it appears to add field.
Maybe I'm missing something.
Thanks in advance for any guidance.
The text was updated successfully, but these errors were encountered: