Um, I think the only way to do this is to set the Enable property on
each control in the form to False.  However, I may be missing
something.  Ed and Paul probably have a better solution.

Cheers,

Nate L.

On 6/18/07, [EMAIL PROTECTED] <[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
>
> 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
>
>
>
>
[excessive quoting removed by server]

_______________________________________________
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