cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Control the length of infotable

AA_9042718
4-Participant

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?

1 ACCEPTED SOLUTION

Accepted Solutions

@AA_9042718 

 

Try,

if(infotable.length==1){

.........}

View solution in original post

1 REPLY 1

@AA_9042718 

 

Try,

if(infotable.length==1){

.........}

Top Tags