So, I read about dSecurityManager and that's what I need. But there's a 
problem: I would like to display the form just after the login succeeds. 
I read this thread: 
http://www.mail-archive.com/[email protected]/msg13771.html . There's 
a good explanation for this situation, but I develop my app using Class 
Designer, that's why I'm doing like this:

app.SecurityManager = TestSM()
if app.SecurityManager.login():
      app.MainFormClass = "ClientMain.cdxml"
      app.start()


assuming that TestSM is my dSecurityManager derived class. It almost 
works in the sense that I launch main.py, I can see the auth dialog, I 
introduce the right username and password, and then the execution stops. 
How can I correct this behavior of the app?


-- 
Regards
Stanislav Colotinschi

_______________________________________________
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]

Reply via email to