Applies To: |
|
Summary: |
I would like to use the ciText.TextBox
ActiveX control on a super genie/popup page and set the text
dynamically. I have tried associating the text
property of the control with one of the super genie associations
using the standard super genie notation (e.g. ?STRING 1?) but this
does not work. I have also tried associating it with the return
value of one of super genie Cicode functions (e.g. AssInfoEx,
AssGetProperty) but this also does not work. How can I achieve this
functionality? |
Solution: |
You will need to set the
text property of the CiText.TextBox control using
the _ObjectSetProperty ActiveX Cicode function, as shown
below: _ObjectSetProperty(ObjectByName("ANXX"), "Text", ?STRING Y?) where:
IF PageInfo(7) = "1" THEN _ObjectSetProperty(ObjectByName("ANXX"),"Text",?STRING Y?) END Related Articles: Q4986 - WHITEPAPER: ActiveX Controls in CitectSCADA Q5053 - how to use CiMeter On Supergenie Popup Page |
Keywords: |
ActiveX, ciText.TextBox,
Supergenie |
Related Links
Attachments