Subject | Re: [firebird-php] Grid data entry |
---|---|
Author | Milan Babuskov |
Post date | 2003-10-13T16:27:50Z |
Milan Babuskov wrote:
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
> function changedField(x)Ups, mistake, change it to:
> {
> eval ('document.form.' + x + '.value = true;');
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