Datagrid Form style and closefieldEditor

Yves COPPE yvescoppe at skynet.be
Tue Sep 1 17:04:55 EDT 2009


Hi list,


I have a problem


when i write such a sriipt in the datagrid behavior script of a  
datagrid in a form style :

on CloseFieldEditor pFieldEditor
    SetDataOfIndex the dgIndex of me, the short name of me, the text  
of pFieldEditor
end CloseFieldEditor

The text of the fld in the datagrid is not updated !!

if I ask

on CloseFieldEditor pFieldEditor
   answer the dgIndex of me&","&the short name of me&","the text of  
pFieldEditor
end CloseFieldEditor
all the params are correct and the text of pFieldEditor contains the  
updated txt ...?

what is wrong ?


Thanks


Greetings.

Yves COPPE
yvescoppe at skynet.be




More information about the use-livecode mailing list