Incorrect "Column does not exist" error from dataGrid
Posted: Tue Jun 13, 2017 7:11 pm
I added a new dataGrid to a card, named it, and added my columns to it.
When I try to set the alignment of the headers with
LC reports the following error:
The column "id" most certainly does exist.
See the uploaded screen shot. I've tried quitting and restarting; no joy.
I deleted the dataGrid, created a new one, and added a single column named "id". Same results
I haven't set any custom behaviors, yet, so it isn't that.
I'm running LiveCode V9.0.0 DP 6.
Color me very confused.
Thanks in advance.
When I try to set the alignment of the headers with
Code: Select all
set the dgHeaderAlignment["id"] of group "vendorsGrid" of card "lists" to "left"
Code: Select all
Message execution error:
Error description: Object: object does not have this property
Hint: column 'id' does not exist
See the uploaded screen shot. I've tried quitting and restarting; no joy.
I deleted the dataGrid, created a new one, and added a single column named "id". Same results
I haven't set any custom behaviors, yet, so it isn't that.
I'm running LiveCode V9.0.0 DP 6.
Color me very confused.
Thanks in advance.