Groups > IBM > Studio400 > Re: Changing Field Exit key




Re: Changing Field Exit key

Re: Changing Field Exit key
Fri, 02 Nov 2007 13:15:09 -040
Rob White wrote:
> "M.Hockings" <hockings@ca.ibm.com> wrote in message 
> news:472A029E.1040006@ca.ibm.com...
>> Rob White wrote:
>>> I created and converted my WebFacing project only to discover that
I 
>>> forgot to change the Field Exit Key from Ctrl to 107 (the plus sign
on 
>>> the keypad). I went into the project properties and made the
change.  Do 
>>> I have to reconvert the entire project so it will use the new key?
>>>
>>> Rob
>> Hi Rob,
>>
>> You should be able to just change it in the project properties and all

>> will be fine.  There is no need to recompile to pick up the changed
field 
>> exit key code.
>>
>> Mike
> 
> Thanks, Mike.  I did a small scale test and it worked great.
> 
> Rob 

Good.

BTW, you will find that they field exit code is just an application parm 
in the web.xml :

     <context-param>
         <description>Field exit key code</description>
         <param-name>WFFieldExitKeyCode</param-name>
         <param-value>Ctrl</param-value>
     </context-param>

Mike

PS. when I previously said "recompile" I meant "reconvert"
but I'm sure 
Post Reply
about | contact