On 11/19/2014, 3:17 PM, Richmond wrote:
HOWEVER, when I tried this:
put fld "ERRS" of stack "ERRORS" into cErrorsList of card 1 of stack
"revErrorDisplay"
Well, you can't "put" anything into a custom property, those have to be
set. And you need "the": "set the cErrorsList of cd 1 of..."
put the lines of fld "ERRS" of stack "ERRORS" into cErrorsList of card 1
of stack "revErrorDisplay"
You want "the text" I think.
set the cErrorsList of card 1 of stack "revErrorDisplay" to the text of
fld "ERRS"
especially as the Application browser does not let me open the revErrorDisplay
stack
and I can find no customProp called cErrorsList.
Did you turn on "LiveCode UI elements in lists" in the View menu?
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode