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
[email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to