Page 1 of 1

Tab Button

Posted: Thu Nov 27, 2008 11:56 pm
by warrenk
Is there a way to specify which tab to go to when I open a card?

Thanks for any help!
Warren

Posted: Fri Nov 28, 2008 12:08 am
by bn
Hi Warren,

try

Code: Select all

on preopencard
    set the menuhistory of btn "tabButton" to 2 --or whatever number
end preopencard
cheers
bernd

Posted: Fri Nov 28, 2008 1:39 am
by warrenk
Thanks BN for the help!

Warren