decline1822
Programmer
Hi everyone. I am new to these forums and appreciate any help.
I am working on a web application which leverages the Extra.System object to pull some data from the mainframe, perform several calculations, and present some data to the user. The code is written entirely in HTML and JavaScript.
The problem I am having is that; occasionally (maybe 1 in 3 lookups), the GetString method does not return the data it should.
I suspect the issue is related to the Wait function I have implemented. After each SendKeys a WaitHostQuiet is called with an interval of 5.
Generally speaking, what intervals do you usually use for WaitHostQuiet?
Has anyone else tried using the Extra.System object through javascript? If so, did you experience similar issues?
Thanks again!
I am working on a web application which leverages the Extra.System object to pull some data from the mainframe, perform several calculations, and present some data to the user. The code is written entirely in HTML and JavaScript.
The problem I am having is that; occasionally (maybe 1 in 3 lookups), the GetString method does not return the data it should.
I suspect the issue is related to the Wait function I have implemented. After each SendKeys a WaitHostQuiet is called with an interval of 5.
Generally speaking, what intervals do you usually use for WaitHostQuiet?
Has anyone else tried using the Extra.System object through javascript? If so, did you experience similar issues?
Thanks again!