Re: Oracle Forms: How to specify database in ifrun60.exe?

From: Rajesh Jayaprakash <rajesh.j_at_vsnl.net>
Date: 20 Feb 2002 21:38:24 -0800
Message-ID: <59dd274f.0202202138.2669bab9_at_posting.google.com>


"Ben Smith" <ben-smith_at_REMOVETHIS.charter.net> wrote in message news:<u78b6a8cs2g219_at_corp.supernews.com>...
> Hello:
>
> Is there a way to specify the database name in my shortcut to ifrun60.exe?
> I know of the autologon syntax, but that's not what I'd like to do.
>
> I'd like to have the users just key in their user/pass. (They've been
> typing in the database name manually in the mean time).
>
> TIA,
>
> Ben

You can code the on-logon trigger as below:

logon(<user>,<passwd> || '_at_dbname') ;

where <user> and <passwd> are the entered values (from a text item). 'dbname' is hardcoded.

Hope this helps.

Regards,

Rajesh Received on Thu Feb 21 2002 - 06:38:24 CET

Original text of this message