Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!
EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-05 02:53 PM . Last Modified: 2023-05-03 12:31 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-05 02:53 PM
>>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-05 02:53 PM
>>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.
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.
With achievable small steps, users progress and continually feel satisfaction in task accomplishment.
Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.
of