Field Exiting
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > WebSphere > WebSphere HATS > Field Exiting




Pages (2): [1] 2 »   Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Field Exiting  
John


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
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 ]



    Re: Field Exiting  
Jackson Brown


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:45 PM

John,  Have you tried with the latest hats APAR, the 5.0.4.1 interim
fix on the HAT service download site?
What build of HATS are you using






[ Post a follow-up to this message ]



    Re: Field Exiting  
John


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:45 PM

I'm at 5.0.4, are you saying that right adjusting without screen refreshing
has been fixed?

"Jackson Brown" <brownee@hotmail.com> wrote in message
news:ctd7ce$77hk$1@news.boulder.ibm.com...
> John,  Have you tried with the latest hats APAR, the 5.0.4.1 interim
> fix on the HAT service download site?
>          What build of HATS are you using
>







[ Post a follow-up to this message ]



    Re: Field Exiting  
Juanma Martinez


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:45 PM

In article <ctd7ce$77hk$1@news.boulder.ibm.com>, brownee@hotmail.com says...
> Have you tried with the latest hats APAR, the 5.0.4.1 interim
> fix on the HAT service download site?
>
I cannot find this interim fix at the download site (it appears on the list
but no link leads to the download).
--

Juanma Martínez





[ Post a follow-up to this message ]



    Re: Field Exiting  
John


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:45 PM

Thanks Juanma,
Would you mind posting that link?


"Juanma Martinez" <juanma_martinez@es.ibm.com> wrote in message
news:MPG.1c6491673be17bcd9896f8@news.software.ibm.com...
> In article <ctd7ce$77hk$1@news.boulder.ibm.com>, brownee@hotmail.com
says... 
> I cannot find this interim fix at the download site (it appears on the
list
> but no link leads to the download).
> --
>
> Juanma Martínez







[ Post a follow-up to this message ]



    Re: Field Exiting  
Juanma Martinez


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:45 PM

In article <cte10o$46om$1@news.boulder.ibm.com>, John@John.com says...
> Would you mind posting that link?
>
I was having problems finding it but found it now:

https://www14.software.ibm.com/weba...w&cp=ISO-8859-1

Scroll to the bottom of the page (under 5.0.4)
--

Juanma Martínez





[ Post a follow-up to this message ]



    Re: Field Exiting  
Jackson Brown


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:45 PM

Just always nice to be at the latest,

Some of my problems were fixed by going to 5.0.4.1



John wrote:
[vbcol=seagreen]
> I'm at 5.0.4, are you saying that right adjusting without screen
> refreshing has been fixed?
>
> "Jackson Brown" <brownee@hotmail.com> wrote in message
> news:ctd7ce$77hk$1@news.boulder.ibm.com... 






[ Post a follow-up to this message ]



    Re: Field Exiting  
George Baker


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:45 PM

In article <MPG.1c64bc41d90b891b9896fb@news.software.ibm.com>,
juanma_martinez@es.ibm.com says...
> In article <cte10o$46om$1@news.boulder.ibm.com>, John@John.com says... 
> I was having problems finding it but found it now:
>
> https://www14.software.ibm.com/weba...w&cp=ISO-8859-1
>
> Scroll to the bottom of the page (under 5.0.4)
>
I read the readme and it doesn't mention anything about field exit, so
what gives?





[ Post a follow-up to this message ]



    Re: Field Exiting  
John


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:45 PM

IBM has told me that this is working as designed. However, web users are not
used to using the field exit key so I'm hoping this gets fixed.
"George Baker" <gbaker@us.ibm.com> wrote in message
news:MPG.1c6c7b8435dd0389896bb@news.software.ibm.com...
> In article <MPG.1c64bc41d90b891b9896fb@news.software.ibm.com>,
> juanma_martinez@es.ibm.com says... 
https://www14.software.ibm.com/weba...
-8859-1[vbcol=seagreen] 
> I read the readme and it doesn't mention anything about field exit, so
> what gives?







[ Post a follow-up to this message ]



    Re: Field Exiting  
George Baker


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-05-05 10:45 PM

In article <cu0fsf$2f2c$1@news.boulder.ibm.com>, John@John.com says...
> IBM has told me that this is working as designed. However, web users are n
ot
> used to using the field exit key so I'm hoping this gets fixed.
> "George Baker" <gbaker@us.ibm.com> wrote in message
> news:MPG.1c6c7b8435dd0389896bb@news.software.ibm.com... 
> https://www14.software.ibm.com/weba...w&cp=ISO-8859-1 
>
>
>
It is working as designed.  You must remember that the Field Exit key is
a 5250 AID key, which means that when pressed on a real terminal
keyboard the data was submitted to the host.  HATS is emulating this
function.

That is why I was curious when I saw what appeared to be a comment that
5.0.4 in some way fixed it so that it did not submit to the host.  That
would have meant that someone found a way to emulate that function for
that specific field in JavaScript.





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:27 AM.      Post New Thread    Post A Reply      
Pages (2): [1] 2 »   Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register