| Re: .0
It sounds like this software is using ReGIS locator input. There were several
bugs in the ReGIS locator input support in VMS V5.1 and V5.2 which I fixed in
VMS V5.3, and it's possible that the customer's software relies on one or more
of these bugs. Does the software work on a VT330/VT340?
>The customer has an application running in a DECterm window
>which requests fields.He would normally point to a field and
click with the mouse,the fields correspond to functions keys
>f7 thru f14.
>He gets no response from the mouse,he can however use the function
>keys without a problem.
>Also he could type information before eg. a filename.If he does
>this now the first char is displayed as something like
>[-0.1,958.1].
[-0.1,958.1] looks very much like part of a ReGIS locator report. By default,
the report would start with an escape sequence, followed by the bracketed
coordinates and a carriage return. What might have happened was that the
application tried to read the function key/mouse report, and this read was
terminated by the escape sequence, leaving [-0.1,958.1] in the typeahead
buffer. Then when the user tried to enter the file name, the application saw
[-0.1,958.1]. If this is what's happening, you should be able to enter a
file name by typing ^X (to clear the typeahead buffer) followed by the file
name.
One thing to look at is whether the terminal is set up as SET TERM/ESCAPE
or SET TERM/NOESCAPE. This would affect how the application reads escape
sequences. Maybe it was set one way before the upgrade and the other way
after the upgrade.
-- Bob
|