OATableBean table = (OATableBean)webBean.findChildRecursive("LineTable"); table.setInsertable(true); table.setAutoInsertion(false); // we need to handle the button ourselves table.setAttributeValue(ALL_DETAILS_ENABLED_ATTR, Boolean.TRUE); table.
Delphi的table的RecNum属性,可以用来定位记录,如:self.Table1.RecNum:=23;即可以让数据库记录移动到23号记录上,但这种作用仅限于Paradox数据库,而不是dBASE数据库.如何解决这个问题,可以如下处理: unit DBTables; ... procedure TBDEDataSet.SetRecNo(Value: Integer); begin CheckBrowseMode; if (FRecNoStatus = rnParadox) and (Va