Hello!
I'm new to creating components and having a hard time figuring something....
I am creating a "Tabs" component and I want to select a tab upon visible of the page. Normally, if I created a gallery 'tabs' table I would use:
Select(Gallery1,varMyTab)
(varMyTab would be a numerical variable I would set (eg: Set(varMyTab,1)).
How to I pass a "Select()" function to my "Gallery1" that is in a component?
(if I'm not able to dynamically select a record in the gallery, how do I default Gallery1 in the component to select the 1st record)
Here are some Screenshots to hopefully help explain....

