Page 1 of 1

Newbie: Current card question

Posted: Wed Jun 06, 2007 10:30 pm
by kpeters
I am trying to do this in the menuPick of a tab menu:

Code: Select all

on menuPick whatTab
  close current card
  go to card whatTab
end menuPick
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

Posted: Wed Jun 06, 2007 10:47 pm
by kpeters
Please disregard this question: I just learned that navigating to a new card automatically close the previous one.