FileMaker Error -1
Unknown error
Comments
Romain Sep 2, 2009 |
||
Filemaker PHP API will sometimes consider a non global field as global ( why ? ). Any edit command on this table will return an -1 error. If you don't need to edit global fields with PHP, just comment out the line in EditImpl.php line 76 : if($V06e3d36f->isGlobal()) $V11e868ac = ''; // '.global'; |
||