>>Message imported from previous forum - Category:Scripts and Tips<<
User: Dmitriy, originally posted: 2018-11-01 11:38:24 Id:312
how i can write value to second coloum listbox object?
Solved! Go to Solution.
>>Responses imported from previous forum
Reply From User: sbeadle, posted: 2018-11-27 13:17:53
Is this a list box in a dialog created by script? List boxes with multiple columns are created/defined by SQL query, so only the query can write into the box.
Reply From User: Dmitriy, posted: 2018-11-29 14:16:46
YES, i create listbox object in scripts on mimic.
Reply From User: BevanWeiss, posted: 2019-01-03 22:38:21
So... you have a mimic. In that mimic you have a button or similar, which then displays a form, and on that form you have a ListBox?
You're then using something like
set myListBox = myForm.AddListBox( 1, 1, 4, 3 )
myListBox.Add("Point Alg1", "Column 2 Data", "Column 3 Data")
>>Responses imported from previous forum
Reply From User: sbeadle, posted: 2018-11-27 13:17:53
Is this a list box in a dialog created by script? List boxes with multiple columns are created/defined by SQL query, so only the query can write into the box.
Reply From User: Dmitriy, posted: 2018-11-29 14:16:46
YES, i create listbox object in scripts on mimic.
Reply From User: BevanWeiss, posted: 2019-01-03 22:38:21
So... you have a mimic. In that mimic you have a button or similar, which then displays a form, and on that form you have a ListBox?
You're then using something like
set myListBox = myForm.AddListBox( 1, 1, 4, 3 )
myListBox.Add("Point Alg1", "Column 2 Data", "Column 3 Data")
User | Count |
---|---|
188 | |
52 | |
16 | |
16 | |
15 |
Discuss challenges in energy and automation with 30,000+ experts and peers.
Find answers in 10,000+ support articles to help solve your product and business challenges.
Find peer based solutions to your questions. Provide answers for fellow community members!