Plex 2E

  • 1.  Setting left label of a control in action diagram

    Posted May 24, 2016 07:01 AM

    Is there a way to programmatically change the left label of a control?

     

    I tried WINAPI/SetControlText, but it changed the text in the textbox part of the control, not the text of the left label.

     

    My scenario is that the label should display a different text for different clients.



  • 2.  Re: Setting left label of a control in action diagram
    Best Answer

    Posted May 24, 2016 07:20 AM

    you need to give the label object a control name and pass this name and text to the source code



  • 3.  Re: Setting left label of a control in action diagram

    Posted May 24, 2016 07:33 AM

    Thank you, it started to work.