hi
I just download the trial version, and I am quite impressed by your solution.
I made a first test with an Access db and everything was fine.
Now I add some user registration and value check, and when going to edit or add I do have the following error message :
"An error as occured
Line : 41
Error : ';' expected"
When I go to the debogger, the line 'eval' in the below function is highlighted.
function define(n, type, HTMLname)
{
if (document.editform != null)
{
eval("V"+n+" = new formResult(document.editform[n], type, HTMLname);");
checkObjects[eval(checkObjects.length)] = eval("V"+n);
}
}
Any idea ?
Thanks