Ask our Experts
Didn't find what you are looking for? Ask our experts!
Launch of Consumer/Home Owner registration process! We are pleased to announce the commencement of the Consumer/Home Owner Registration Process on Community. Consumers/Home Owners may now proceed to register by clicking on Login/Register. The process is straightforward and designed to be completed in just a few steps.
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Search in
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-06 01:47 AM . Last Modified: 2023-05-03 12:30 AM
>>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?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-06 01:48 AM
>>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")
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-06 01:48 AM
>>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")
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.