06-05-05 10:45 PM
I have a question concerning field exiting, on numerical fields the user
field exits to right justify the number. In the browser, tabbing doesn't do
this, I added this code to make the "+" work as a field exit, changed the
HATS default file. In the KBS.js file, located under Web Content\common\,
did the following (in red bold):
change approximately line 116 to:
(Line 115) [CODE_ENTER, 0, 1, 0, '[fldext]' ],
(Line 116) [CODE_PLUS, 0, 0, 0, '[fldext]' ],
This works however the screen reloads upon exiting the field! This is slow
and unacceptable to the user; has anyone figured out an acceptable
workaround?
TIA
John
[ Post a follow-up to this message ]
|