Datagrid question

William Prothero prothero at earthednet.org
Thu Apr 16 00:58:51 EDT 2015


Thanks! Worked like a charm. Now I suppose, to get it back in the data grid cell, it’s:

local savedColumnINdex,savedRowIndex   —saved from command that loaded the data from the cell into the field.

on mouseUp
    put fld “editedCellContents” into myEditedData
    setDataOfIndex(savedRowIndex, savedColumnINdex, myEditedData)
end mouseUp

Whoops! Not quite. The button doesn’t find the handler. I’ll have to fiddle with it more tomorrow. It’s late here.
Thanks,
Bill

> On Apr 15, 2015, at 5:33 PM, dunbarx at aol.com wrote:
> 
> on mouseDown
>   put getDataOfIndex(the dgHilitedIndexes of me,the dgColumn of the target) into vld "yourField"
> end mouseDown




More information about the use-livecode mailing list