Re: Forms 4 log-in question

From: Steven P. Muench <smuench_at_oracle.com>
Date: Thu, 14 Apr 1994 16:30:13 GMT
Message-ID: <SMUENCH.94Apr14093013_at_doh.oracle.com>


See the Reference Manual (on-line for faster searching!) for the built-ins:

   Logon_Screen()
   Logon()
   Logout()

Whenever the time is right, you can logout the current user with 'Logout;' Then, either call your own dialog to get the new UN/PW or use our built-in Logon_Screen. If you use our Logon_Screen, then you would follow this by checking Get_Application_Property() for the return values that the user typed in, and pass those as args to Logon() to logon to the server using the new UN/PW combination.

Hope this helps get things going :-)

--

Steve Muench         Email: smuench_at_oracle.com
Forms Development      CIS: 73404,676
Product Manager
Oracle Corporation
Received on Thu Apr 14 1994 - 18:30:13 CEST

Original text of this message