System.out.println("BBB rowcnt " + jdbTable1.getRowCount());
returns 1
why is this function not correct?
What extra initialisation must I do, If I want to see getRowCount > 0 WITHOUT clicking a mouse event?
public void proj_dataLoaded(LoadEvent loadEvent) {
System.out.println("loaded rowcnt " + jdbTabla.getRowCount());
}
Sadly this gives rowcount of zero
If i open the dataset I still get rowCount zero.
What do I need to do to 'load' the data?
nb the data is on hte screen, a dataloaded event is fired, but the rowcount is zero. There must be some kind of command that says
"load up hte table, really, I do want it, yes I really mean it, I want rows PLEaseeeeeeeeeee"