隐藏按钮在创建模式下,仅在编辑模式下显示按钮。

huangapple go评论45阅读模式
英文:

How can I hide buttons in Create mode and show buttons in Edit mode only?

问题

我可以在服务器端条件下选择“从不”来隐藏“CREATE”和“EDIT”模式下的按钮,但如何仅在“EDIT”模式下显示,我在哪里添加条件呢?

英文:

I have Reports and Form in oracle APEX ,
I need to hide the buttons in CREATE mode and I need to show the buttons in Edit mode

I can hide the buttons in both CREATE and EDIT mode from server-side condition and select Never

but how to show on EDIT mode only where I can add the condition to do it ?

答案1

得分: 0

我找到了解决方案

1- 点击按钮

2- 转到服务器端条件

3- 选择类型项目不为空

4- 选择您的主键项目

5- 保存更改

因为在创建模式下,您的主键值仍未创建,但在编辑模式下,主键已创建,您需要进行编辑。

英文:

I found the solution

1- Click the button

2- Go to server-side condition 

3- Select the Type Item is NOT NULL 

4- Select your primary key item 

5- SAVE changes 

because in CREATE MODE still your primary key value still not created but in EDIT mode primary key created and you need to EDIT.

huangapple
  • 本文由 发表于 2023年5月11日 13:07:13
  • 转载请务必保留本文链接:https://go.coder-hub.com/76224303.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定