Results 1 to 2 of 2

Thread: question about SSTab and tabstops

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    7

    Angry

    I would like some help with using a SSTab control. I have three tabs, with each tab containing aprx. 30 controls. I would like to keep the tabstops true only on the active tab. I have tried to hard code them(with a HUGE case select), but it still does not function properly.

    Any help would be greatly appreciated!!

    Thanks,
    T. Kolakowski
    "This space is for rent.... see store owner for details. Flexible payment plan and financing options available!"

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    Cluster tabindexes by the hundreds (controls on tab 0 start at 1. Controls on tab 1 start at 100 and tab2, 200) then base your tab stop on the SSTab index in the lost focus area for the last control for that index.


    'this would go in the lost focus method for the last control on tab 0.

    form.FirstControlForTab.SetFocus

Posting Permissions

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



Click Here to Expand Forum to Full Width