works -->lole_session.TransmitTerminalKey(379) // Pf2
works -->lole_session.TransmitTerminalKey(405) // Tab
works -->lole_session.TransmitTerminalKey(289) // Enter
works -->lole_session.TransmitTerminalKey(277) // Clear
You can use the Reflection VB interface to get the codes.
I am trying to communicate with my IBM3270 session via Powerbuilder. I have been able to use the TransmitTerminalKey() and TransmitANSI() functions within the application. I got the numeric values of the Enter and Clear key from various web postings. I have not seen anyone passing the PF2...
Sorry for bothering with the post. I discovered the GetDisplayText function for Reflection. It appears to work for me.
.GetDisplayText(1, 1, .DisplayColumns * .DisplayRows)
I am trying to convert my Powerbuilder application from using OLE Attachmate Extra to Reflection 14. I noticed that I cannot use the same script that I've used before. I've found equivalent functions that can replace my other functions. Unfortunately, I can't find anything to replace the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.