[EMAIL PROTECTED] wrote:
> 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

Can I please see a traceback? What's the exception?

-- 
pkm ~ http://paulmcnett.com


_______________________________________________
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