We have always had that. Simply include in your array the data you want hidden, 
but don't include the column in the column definition. access the hidden data 
from the array. 

put "This is a test" into myArray[1]["column 1"]
put "I'm hidden" into myArray[1]["column 2"]
set the dgprop["columns"] of group "myDatagrid" to "column 1"
set the dgData of group "myDatagrid" to myArray

Bob


On Sep 30, 2012, at 3:14 PM, Richard Gaskin wrote:

> But for simple lists, unless you're displaying financial data the native 
> field object works great, better now in v5.5 than ever before since we now 
> have zero-width columns so we can include things like record IDs without 
> having to show those to the user.


_______________________________________________
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