Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

enable editing of a text field from source code

2022-01-24
2022-02-22
  • John Martin

    John Martin - 2022-01-24

    Good morning everybody,

    Maybe this question is strange, but.....
    is there any way to enable editing of a text field from source code without touch event?

    The reason is that I wuld like to introduce the values in a specific order and not the order that user wants.

    Best regards.

     
  • m.prestel - 2022-01-24

    Hey,
    this is not possible.

    I would recommend you implement a wizard where the user has to enter the values in the specific order.

    Best regards,
    Marcel

     
  • bjarne-pagaard - 2022-02-22

    Hello,
    Maybe I'm a bit late to the party here, but for future reference for others then...
    There is the 'disable input' variable property, right below the 'invisible' property. This could most certainly be set from the code, or even evaluating a statement, like fx. checking the previous field not being empty.
    -Bjarne

     

Log in to post a comment.