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!

Two blocks using same canvas

751187Oct 5 2010 — edited Oct 6 2010
I'm working on a forms program that for some users will inquiry only table X, but others will be able to update not all, but certain fields, plus delete records, but not insert.
At new form a trigger will look at the user account and then go_block to Block1 (inquiry only) or Block2 (Update Allowed).
Both blocks contain the same items, but the properties are different. Both are set to go the same canvas.
__
In the canvas the two sets of fields are super imposed on one another. How do I trigger
Inquiry user: Block1 visable, Block2 not
Update User: Block2 visable, Block 1 not?
__
I could have separate canvases, but I thought it would save some time if I only had to maintain one.
__
Thanks
Sandy
This post has been answered by 792754 on Oct 6 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 3 2010
Added on Oct 5 2010
5 comments
588 views