Results 1 to 2 of 2

Thread: SSTAB control

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2000
    Location
    Horst
    Posts
    262
    Hi group,

    I'm using a SSTAB control. On startup I want to show the first 'tab'. How is that done?

    Second, when a user changes 'tab' i want to update the data. Also, how can this be done?

    ------------
    Is there a very good book concerning building applications using databases and ADO?!?

    Thnx in advance.

    Regards,

    visualsander

  2. #2
    Lively Member
    Join Date
    Aug 2000
    Location
    Australia
    Posts
    82
    To display the first Tab on startup, use the .Tab property, for example, SSTab1.Tab = 1

    Also, on SSTab1_Click event the PreviousTab property is available to validate any work done on the previous Tab. Also, you can update/refresh your data on the current Tab using this Click event routine.

    Adrian.

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