Subject Re: [firebird-php] Grid data entry
Author Milan Babuskov
Milan Babuskov wrote:
> function changedField(x)
> {
> eval ('document.form.' + x + '.value = true;');

Ups, mistake, change it to:

eval ('document.form.changed' + x + '.value = true;');

Also, I didn't give the right name to the function. It should be called
changedRow().

--
Milan Babuskov
http://fbexport.sourceforge.net