|
-
Nov 10th, 2000, 02:42 AM
#1
Thread Starter
Hyperactive Member
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
-
Nov 10th, 2000, 07:59 AM
#2
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|