Shift Tab

Hi,

How can I make Shift+Tab (gives focus to the previous field) work in CF2 .

Regards

Mario



Answer this question

Shift Tab

  • JoseMacedo

    Two questions:

    • Which platform are you targeting: PocketPC/SmartPhone 2003, PocketPC/SmartPhone 2003SE, Windows Mobile 5.0
    • Which device are you targeting

    Thanks


  • ccote

    Hi,

    1.Windows Mobile 5.0.

    2.Qtek 9000 http://www.gsmarena.com/qtek_9000-1264.php

    Regards

    Mario


  • Jameslee20

    I'm not able to repro on a QTek 9100 or the WM5 emulator. I don't have a 9000 available. Which controls are you using and in what order If possible paste the code for a minimal repro scenario in your reply.

    Dan


  • Thomas2054

    Hey yey yey guys,
    Since you are working on CF2.0 then it doesnt matter wich device or platform is targeted...
    Mario Almeida: to answer your question, you can use the tabstop and tabindex properties on each control.
    tabstop is to set that the control focus is affected by tab moves on the form.
    tabindex is the focus position on tab (or shift tab) moves between controls on the same form.

    this feature was not available in previous versions (i.e: CF1.0 and 1.1), and it used to be implemented by code, using keyup event...
    gl
    mario
     

     



  • Shift Tab