Originally Posted by
jcis
1) yes, it's possible, you need to loop recodaset creating new TabStrips, but you can't use just numbers as tabstrips names, at least use something like: "a200", "a300", etc.. this controls would be added dinamically by code.
2) yes, using TreeView.Container = Tabstripname.
It's not very common creating one Tabstrip for each record, creating tabs in a TabStrip per record sounds more logical, but if that is your need you would need to assign new coordinates in the Form for each new Tabstrip, so they don't overlap each other.