Create Custom Modal Dialog Windows For User Input In Oracle Forms
原创QUANWEIRU 博主文章分类:Oracle EBS Form ©著作权
©著作权归作者所有:来自51CTO博客作者QUANWEIRU的原创作品,请联系作者获取转载授权,否则将追究法律责任
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
上一篇:Change An Item Property Using Set_Item_Property In Oracle Forms
下一篇:Using CLEAR_BLOCK To Prevent Save Confirmation Dialogs In Oracle Forms
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
create user
create创建的用户,只有usage权限,即,连接数据库的权限,最低的权限。
ide 创建用户 删除用户