简体   繁体   English

如何更改 Oracle APEX 上的列属性?

[英]How to change column attributes on Oracle APEX?

In the picture, it shows my problem: I need to display the values of a column from a table in apex.在图片中,它显示了我的问题:我需要在 apex 中显示表中的列的值。 Currently all the values are being displayed as a text field.当前,所有值都显示为文本字段。 But, I need to display only a few as text fields and others as just a display value without allowing someone to edit it.但是,我只需要将一些显示为文本字段,而将其他只显示为显示值,而不允许有人对其进行编辑。 I've been looking into it, but I'm stuck.. There is a conditional display area, but not sure if that is where I need to go for the solution.我一直在研究它,但我被卡住了..有一个条件显示区域,但不确定这是否是我需要解决的地方。 That section seems to just limit what values get displayed not change the display format based on the values, but that latter is what i need.该部分似乎只是限制显示的值而不是根据值更改显示格式,但后者正是我所需要的。 Thanks if you know or can point me in the right direction!感谢您知道或可以指出我正确的方向!

在此处输入图片说明

在 Item properties 中,转到自定义属性中的高级部分提及 readonly='readonly'--这将使该项目仅显示。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM