ENTER KEY pressed. or not detection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Narsa
    New Member
    • Sep 2006
    • 2

    ENTER KEY pressed. or not detection

    hi all
    i want to know code which would detect
    ENTER KEY pressed.
    i.e wheter ENTER KEY is pressed or not

    thanks in advance
    narasim
  • lipsa
    New Member
    • Aug 2006
    • 35

    #2
    HI,
    U can replace the "enter key" character wid some message...
    like

    replace(field.v alue,vbcrlf,"en ter key is pressed")

    here field.value can be any value where you want to check for enter key
    hope it wud help
    regards,
    Lipsa

    Comment

    Working...