WODA: FAQs

 Bugs (version 4.6.x)

Form Bug when record locking is set to "none"?
I've located a small bug in wbForm at lines 8857 - 8859 of woda-max. You will only see this bug if you have record locking set to 'none'.

presently it reads
---------------------------------------
8857 }
8858
8858 $out .= "</TD></TR></TABLE>\n";
---------------------------------------
This can cause the output to be "</TD></TR></TD></TR></TABLE>"

it should be
---------------------------------------
8857 $out .= "</TD></TR>"; # only close table cell and row if they were opened
8858 }
8858 $out .= "</TABLE>\n";
---------------------------------------
modify the informationdelete entire recordexplain the meaning of the fieldsbrowse recordsAdd a new questionHome page of this databaselogin Valid HTML 4.01 Transitional Valid CSS! Powered by WODA 4.6x trunk