Hi Folks,
I found a work around for the SetFindText bug in Jaws 7.0.
I wrote a function using the script language on my main computer
using Jaws 7.1 called XSetJawsFindText to call the JawsFindText
function and pass a string parameter. I then compiled it to a file
called util1.jsb.
I copied this file to the correct folder on the second computer that
can only run Jaws 7.0.
I put the following line at the top of a test script:
use "util1.jsb"
I then wrote the following test script:
Script Test ()
XSetJawsFindText("test")
JawsFindNext()
End Script
I'll be dam! if it didn't worked.
All the best,
Tim