ThingWorx Navigate is now Windchill Navigate Learn More
hi,
I need to controll the length of infotable, but it doesnt work.
tried:
if(infotable.getRowCount()==1){
.........}
How do you do?
Solved! Go to Solution.
@AA_9042718
Try,
if(infotable.length==1){
View solution in original post