Page 1 of 1

finding name of open card

Posted: Thu May 22, 2014 8:35 pm
by Da_Elf
Ive got a card open in the main stack and a button on that card opens a substack like a popup window where you can do stuff. right before you close the substack window to go back to the mainstack card i need to find the name of the card thats open in the mainstack

Re: finding name of open card

Posted: Thu May 22, 2014 9:00 pm
by Klaus
Hi Da_Elf,

do something like this:
...
put the short name of this cd of stack "your mainstack here" into tCardName
...

Best

Klaus

Re: finding name of open card

Posted: Fri May 23, 2014 6:00 pm
by Da_Elf
thanks. that worked great