简体   繁体   English

如何禁用 window 中的特定字段

[英]How to disable a particular field in a window

How to disable the marked field that attached here.如何禁用此处附加的标记字段。 I need to disable only this field when the time of fetching the data from the table.从表中获取数据时,我只需要禁用此字段。 在此处输入图像描述

Either任何一个

DISABLE <fieldname> WITH FRAME <framename> . 

or或者

ASSIGN <fieldname>:SENSITIVE IN FRAME <framename> = FALSE . 

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

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