LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

label/value pair for ring control populated dynamicallly from database column

Solved!
Go to solution

Hi All,

 

I have a ring control in my UI which I have to populate dynamically from columns obtained from MS SQL database. I can obtain the result from the database and read row by row. So do I create an array with label/value pairs and pouplate the ring control using InsertListItem ? or is there any better way of doing it ?

 

Thanks,

Kanu

0 Kudos
Message 1 of 2
(3,075 Views)
Solution
Accepted by topic author Kanu

I'm not aware of a method to populate a ring control other than looping through your array and calling InsterListItem for every array element.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 2
(3,074 Views)