Hi,
When field in the UDC on the webpage is set to Displayonly(True), it can be edited after it is selected.
e.g.
Define_Com Class(#STD_TEXT.Visual) Name(#STD_TEXT) Displayposition(2) Height(40) Parent(#Panel6) Tabposition(2) Top(41) Width(83) Marginleft(0) Displayalignment(Center) Displayonly(True)
Is it an expected behavior?
Best Regards,
megumi sawada
Displayonly field can be edited?
-
MegumiSawada
- Posts: 80
- Joined: Tue Mar 22, 2016 1:45 pm
- Location: Tokyo, Japan
Re: Displayonly field can be edited?
There is a readonly property too. I think Stewart posted explanation of these properties before.
Art Tostaine
- Stewart Marshall
- Posts: 417
- Joined: Thu Nov 05, 2015 5:25 pm
Re: Displayonly field can be edited?
Hi Megumi
The intent of the DisplayOnly property is to show a non editable version of the field without the need to set the ReadOnly property to true and without the need to move the value in to a label.
It seems however that there is a bug when it's used on a touch screen. Please report this to your local helpdesk.
In the meantime, please set the ReadOnly property to True as well. This will ensure correct behaviour on touch devices
Regards
The intent of the DisplayOnly property is to show a non editable version of the field without the need to set the ReadOnly property to true and without the need to move the value in to a label.
It seems however that there is a bug when it's used on a touch screen. Please report this to your local helpdesk.
In the meantime, please set the ReadOnly property to True as well. This will ensure correct behaviour on touch devices
Regards
-
MegumiSawada
- Posts: 80
- Joined: Tue Mar 22, 2016 1:45 pm
- Location: Tokyo, Japan
Re: Displayonly field can be edited?
Thank you!
I'll report this via support.
Best Regards,
Megumi Sawada
I'll report this via support.
Best Regards,
Megumi Sawada