Newbie: Current card question
Posted: Wed Jun 06, 2007 10:30 pm
I am trying to do this in the menuPick of a tab menu:
and get this error:
executing at 2:10:24 PM
Type close: can't find stack
Object tabmenu_Mailout
Line close this card
So how do I close the current card?
TIA,
Kai
Code: Select all
on menuPick whatTab
close current card
go to card whatTab
end menuPick
executing at 2:10:24 PM
Type close: can't find stack
Object tabmenu_Mailout
Line close this card
So how do I close the current card?
TIA,
Kai