HPUX + remsh

Hi,

I can remsh from a HPUX to a UNIX however my function keys dont then work as they should !
Any suggestions ? - have tried creating .kshrc

Thanks

What do you call function keys? Are you on HP term?

If you mean backspace etc not working then its in your .profile:

# Set up the terminal:
      if [ ! "$DT" ]; then
        if [ "$TERM" = "" ]
        then
                eval ` tset -s -Q -m ':?hp' `
        else
                eval ` tset -s -Q `
        fi
        stty erase "^H" kill "^U" intr "^C" eof "^D"
        stty hupcl ixon ixoff cs8 -istrip -parenb
        tabs
     fi

Sorry should have been clearer.

The remsh command is calling an oracle form on a unix platform - within the form the return key should remain within an input box.
However it doesnt.

Function keys (F2 f3 f4 f5 )also are returning
� � � - When they shouldnt be doing anything apart from F1
(which is escape).

Any help is welcomed