Is there a property I can check to test if a form has already been frozen?
(lockDisplay)  I am getting exceptions because I am hitting multiple
(nested) lockDisplay and unlockDisplay commands an it does not like
unlocking unless the form is currently locked...

Example..

self.Form.lockDisplay
self.someproc()
self.Form.unlockDisplay


def someproc(self):
        self.Form.lockDisplay
        do something
        self.Form.unlockDisplay

Thanks,
Larry Long

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.472 / Virus Database: 269.9.0/852 - Release Date: 06/17/2007
8:23 AM
 



_______________________________________________
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/dabo-users/[EMAIL PROTECTED]

Reply via email to