How to access the text content of a substack w/o opening
Posted: Sat Dec 01, 2018 2:57 pm
Hi all,
Using LC 9.0.1 Community on an i7 Windows 10 machine with 16Gb ram.
So, I have a substack called "AboutUsStack". In the substack is a text field labeled "aboutustext" on a card labeled "AboutUsCard". I'm trying to place the text of the card in the substack into a field on the main stack, without showing the substack. Here's my script that isn't working:
go invisible stack "AboutUsStack"
put field "aboutustext" of card "AboutUsCard" into field "capture"
I have also tried the much longer version: put field "aboutustext" of card "AboutUsCard" of stack "AboutUsStack" into field "capture" --doesn't work.
And yes, the Property of the substack is set to the Main Stack.
Surely it's possible to access the text of a substack without showing it on screen, yes?
Thanks for your help,
John
Using LC 9.0.1 Community on an i7 Windows 10 machine with 16Gb ram.
So, I have a substack called "AboutUsStack". In the substack is a text field labeled "aboutustext" on a card labeled "AboutUsCard". I'm trying to place the text of the card in the substack into a field on the main stack, without showing the substack. Here's my script that isn't working:
go invisible stack "AboutUsStack"
put field "aboutustext" of card "AboutUsCard" into field "capture"
I have also tried the much longer version: put field "aboutustext" of card "AboutUsCard" of stack "AboutUsStack" into field "capture" --doesn't work.
And yes, the Property of the substack is set to the Main Stack.
Surely it's possible to access the text of a substack without showing it on screen, yes?
Thanks for your help,
John