Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Login window

Status
Not open for further replies.

beti

Programmer
Oct 6, 2002
26
US
Hey I have a case here. I need the user to login in the system before moving forward to the other area of the system. Once the user open the application, a login window will pop up. How can I make the background window (main window) to become disable as long as the login window still on vision? When the login process is complete the main window will become enable.
 
You can define the login window as response type. In design mode, you can set these properties for the window. Response window will not let user go to any other window till this window is open.
RT
 
Hello ,
If you use PFC in your n_appmanager object then in the pfeapsrv you can find w_logon.Do not change it .Just inherit from it your own window.Then call the inherited window from n_appmanager in the pfc_open event.As you can see the w_logon window in the pfc libraries are response type windows.You cannot change dynamic the type of the window.It's forbitten.Try not to change the original PFC because if you do that then when you have in your hands an upgrade of the pfcs you will lose your changes.Make your own libraries and inherit from them.I hope i was helpful
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top