Create Custom Modal Dialog Windows For User Input In Oracle Forms
Posted ORACLE EBS
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Create Custom Modal Dialog Windows For User Input In Oracle Forms相关的知识,希望对你有一定的参考价值。
An example is given below to how to create a modal dialog window in Oracle Forms for asking user input and return the value to any text item.
The following is the screen shot of this demo and this form could be downloaded from the following link: Custom_diag.FMB
This form is containing the following objects:
You can see in above screen shot of object navigator that there are two data blocks, one is the Main and another is DIAG_BLOCK for dialog window purpose and also one more canvas FOR_MODAL_WIN created for modal window MODAL_DIALOG.
There are some special property settings for FOR_MODAL_WIN canvas and MODAL_DIALOG window object. Below are the screen shots of both object properties:
For Canvas:
For Window:
On clicking of the buttons just setting focus to the blocks by Go_Block statement, which you can see in the downloaded form Custom_Diag.fmb
以上是关于Create Custom Modal Dialog Windows For User Input In Oracle Forms的主要内容,如果未能解决你的问题,请参考以下文章
Discord.py create_custom_emojis 用法
Write Custom Java to Create LZO Files
[Tailwind] Create Custom Utility Classes in Tailwind
[Javascript] Create a Custom Iterator for Any Array