Re: Menu Role in Forms 4.0

From: Kevin Mallory <kmallory_at_us.oracle.com>
Date: 16 Sep 1994 06:13:13 GMT
Message-ID: <35bd1p$mdv_at_dcsun4.us.oracle.com>


In article <kenho.42.2E757F72_at_hk.super.net> Kenneth Ho, kenho_at_hk.super.net writes:
>I want to know if it is possible to grant menu role to a user without
 using
>the Forms designer?

It's not supported, but you can manipulate the tables with an appropritate SQL script
. For hints on how to do this
look at frm4bild.sql to discover the table names. Inserting a known user into an
already exising role is pretty simple.

Something like:

insert into frm40__mnuuser (grpid, username)

        select grpid, 'SMITH' from frm40__mnugrp where grpname='CLERKS';

>
>Thanks for the attention.

Kevin Mallory
Manager, Quality and Performance Programs Oracle Forms Development Received on Fri Sep 16 1994 - 08:13:13 CEST

Original text of this message