Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

I call a canvas/data block, but it does not display.

1047950Oct 15 2013 — edited Oct 18 2013

I am using FormBuilder 10.1.2.3.0.

From a WHEN-BUTTON-PRESSED trigger I call a canvas/data block, but it does not display.

The Window Style is Dialog and Modal is Yes.

The Canvas Type is Content, is based on that window, Visible is Yes.

The Data Block is not a database block, and the Items are Enabled and Keyboard Navigable is Yes.

I call my block with this code:

SHOW_VIEW('MY_CANVAS');

GO_BLOCK('MY_BLOCK');

In a certain situation I want the user to input a number.  My data block has a Text Item (number) and an OK and a Cancel Button.

I do something very similar in the same form (display an Item and show an OK button) and that works fine.

Any Ideas?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 15 2013
Added on Oct 15 2013
14 comments
5,408 views