LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

table reference close

hi,

      how work table reference connection.in this my program close button event close the table reference than cick next and previouse button how it will change the table property.

0 Kudos
Message 1 of 10
(3,277 Views)

hi,

         my example program...

0 Kudos
Message 2 of 10
(3,269 Views)

 

I prefer to use Multiculomn listbox..

 

but try this



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 3 of 10
(3,242 Views)

Hi what do you want your program do?

in close event you close refnum link to table control.. so i not sure you can not use it anymore..

 

0 Kudos
Message 4 of 10
(3,231 Views)

Ok but clean it Cat LOL

01.png

0 Kudos
Message 5 of 10
(3,224 Views)

hi, 

        i know close the reference is close the all table action. but how the change the next prorerty in table.bcaz table referece connection is ouside the while loop.

0 Kudos
Message 6 of 10
(3,199 Views)

1/ check this vi

2/ what you try to do? change color of selected tab cell? if you use prev of next you select cell 0:0 0:3 why? to change them colors???

0 Kudos
Message 7 of 10
(3,180 Views)

@AFLAMENT wrote:

1/ check this vi

2/ what you try to do? change color of selected tab cell? if you use prev of next you select cell 0:0 0:3 why? to change them colors???


Since the original VI was posted in version 8.2.1 I doubt the OP has access to 2014 which is the version of the VI you posted.

 

There is no need to close a control reference you didn't not open.  The control will stay in memory because it is in a front panel of a VI that is still in memory.  So just don't use the close reference.  Also know that the reference doesn't change, it is a by value not by reference, so you can use that same reference from outside the while loop in all of your cases, it doesn't change or close and should always work.

0 Kudos
Message 8 of 10
(3,169 Views)

is good now?

i just make minor changes.. and link property node to panel>tabcontrol (keeping property)

0 Kudos
Message 9 of 10
(3,158 Views)

hi,

       i just testing only use color i know this wrong.i want know about what is difference between table ref,TCP connection ref,Data base reference.

0 Kudos
Message 10 of 10
(3,124 Views)