Results 1 to 4 of 4

Thread: dbgrid en tab

  1. #1
    Reader
    Join Date
    May 2002
    Location
    Holland
    Posts
    3,382

    dbgrid en tab

    Kan dbgrid niet zo ingesteld worden dat ie met een TAB/SHIFT+TAB naar de volgende/vorige control te gaan?
    Gr Eric

  2. #2
    Je kunt dgRowSelect in de opties zetten. Dan heb je gelijk de hele rij geselecteerd (wat ik altijd wel fijn vindt).
    Als je geen RowSelect aan wilt hebben (maar we CellSelect) dan kun je dgTabs nog uit de opties halen.

    Dus dit voor complete Rowselect en Tab/Shift+Tab naar volgend control.
    DBGrid1.Options := DBGrid1.Options + [dgRowSelect];

    Of dit voor Cell-select maar ook met Tab/Shift+Tab naar volgend control.
    DBGrid1.Options := DBGrid1.Options - [dgTabs];

  3. #3
    Reader
    Join Date
    May 2002
    Location
    Holland
    Posts
    3,382
    Thanks!
    (rowselect is niet mijn ding, dan kun je niet horizontaal scrollen)

  4. #4
    Quote Originally Posted by EricLang View Post
    (rowselect is niet mijn ding, dan kun je niet horizontaal scrollen)
    Uh, jawel hoor. Dan is gelijk met één keer pijl naar rechts dat het hele grid horizontaal scrolt. Zo heb ik het ook

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •