finding name of open card
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
finding name of open card
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
Hi Da_Elf,
do something like this:
...
put the short name of this cd of stack "your mainstack here" into tCardName
...
Best
Klaus
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
thanks. that worked great