Użytkownik Stanislav Colotinschi napisał: > Hi. I want to create a simple functionality of authorization when the > app launches. I want the app to take from the user his username, > password and database name to connect. Then, the app tries to connect to > the DB and if the connection succeeds, the main window is shown to the > user, else he sees an error (it's not imperative) and may try one more > time (or, as a simpler possibility, he is just dropped out of the app - > sys.exit(1)). Can I do something like this with Dabo? >
Hi, For this purpose, use dSecurityManager class. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
