no message
This commit is contained in:
@@ -582,6 +582,7 @@ public abstract class DataSetControlForm<D extends DBObject> extends ControlForm
|
||||
return CheckCurrent(Log);
|
||||
}
|
||||
public void SelectKeys(Vector<?> keys_in) {
|
||||
SelectAll(false);
|
||||
for (Object key_ : keys_in)
|
||||
dataSource.get(key_).Select(true);
|
||||
if (!keys_in.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user