Trevor,
Thanks for the suggestion and the code.
I put the code into the script and it produced no error.
Everything else is running properly, vTheList contains the appropriate information!?!?

WAIT!
HOLD THE PRESSES!
There is an obscure conditional, "set the dgText of grp "Data Grid" to vTheList" is on the wrong branch.
Problem solved.
Thank you again.
PL

On Nov 24, 2010, at 6:51 AM, Trevor DeVore wrote:

try
  set the dgText of grp "Data Grid" to vTheList
catch theError
  put "Whoops, something went wrong:" && theError
end try

_______________________________________________
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

Reply via email to