PDA

Click to See Complete Forum and Search --> : SSTAB control


visualsander
Nov 10th, 2000, 01:42 AM
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

AdrianH
Nov 10th, 2000, 06:59 AM
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.