Re: Populating logon screen --- how to ??
Date: 1998/06/12
Message-ID: <358142AA.22F87BBD_at_nt.com>#1/1
I'm not sure I understand what you mean, but look in the Help file under GET_APPLICATION_PROPERTY. Also, you can prevent the logon screen from popping up by placing the line:
null;
in the ON-LOGON trigger (form level). The logon screen itself is called by:
logon_screen;
which you would probably call somewhere in the ON-LOGON trigger anyway, to initiate a connection to a non-Oracle datasource. Hope this helps.
Adrian
Wernberg-Tougaard wrote:
> Does anybody know how to populate the logon screen when connecting to a
> base using Win95 GUI. Especially the connect string would be nice to set
> in.
>
> If you know, please tell where you found that information.
>
> --
> Christian Wernberg-Tougaard
> Political Economist
> Danish Ministry of Research and Information Technology, Building Society
Received on Fri Jun 12 1998 - 00:00:00 CEST