Solved
Control the length of infotable
hi,
I need to controll the length of infotable, but it doesnt work.
tried:
if(infotable.getRowCount()==1){
.........}
How do you do?
hi,
I need to controll the length of infotable, but it doesnt work.
tried:
if(infotable.getRowCount()==1){
.........}
How do you do?
Try,
if(infotable.length==1){
.........}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.