Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Como Desabilitar o LostFocus ?
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00927188
Message ID:
00931200
Views:
19
This message has been marked as the solution to the initial question of the thread.
Oi Dionisio,

Crie uma propriedade no TextBox e a inicie com .F. (dê o nome Muda, por exemplo). No método InteractiveChange atribua .T. para esta propriedade, assim se o usuário teclar algo ela será mudada para .T., então no LostFocus verifique se a propriedade Muda é verdadeira e pronto.

if this.muda
** faz o que tem que fazer
this.muda=.f. && Ou coloque o código para voltar a falso no GotFocus
endif

Abraços

Marcos Martins
---
Marcos Martins
www.lm-informatica.com.br
55-19-3875-6498
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform