Eurico,
Change the cursor _Screen.Mousepointer when the mouse enters/leaves the
Object. If you set it to busy (11) when Exiting (Mouseleave) then you can
check it in the controls outside the container via the "when" event. To
disable (i.e return _Screen.Mousepointer=0) to disable access to the control
and effectively removing it from use.

I would suggest doing this in a Bindevent() loop within the form Init() as
opposed to coding the when event in each control.

Dave Crozier


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Eurico Chagas Filho
Sent: 24 April 2007 13:58
To: 'ProFox Email List'
Subject: Form design

Hi Dave

Thanks for your input.
I am trapping the FKeys with Keypreview and the other keys in the
keypress event of the textboxes inside the containers. The problem is the
mouse click, it still happens, so I am going to need a property, like u
suggest.
To resolve all the other issues I declared the form, modal.

>From a design point of view I feel this is a mess I think I should
have a method that would allow or not the focus to be moved. How
to set this up is evading me.

Thanks, E.

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.463 / Virus Database: 269.5.10/774 - Release Date: 4/23/2007
5:26 PM
 



[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to