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
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.
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
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