Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Form Lost Focus

$
0
0
Form Lost Focus
FoxInCloud
Form Lost Focus
Feb. 20, 2013
12:40 am
3PY01GLSXShow this entire thread in new window
Gratar Image based on email address
From:Keith
To:All
Hi FIC Developers.

Would it be possible to support a forms LostFocus event?
I cannot find a mention of it in the FIC roadmap.

I use this event throughout my applications to detect whether
form data has changed and prevent users from moving to on
to another form without saving the changes first.

IF THISFORM.DataChangeCheck AND THISFORM.HasDataChanged(.T.)
THISFORM.WINDOWSTATE=0 && Maximise in case minimised.
ACTIVATE WINDOW (THIS.NAME)
THISFORM.AUTOCENTER=.T.
RETURN .F.
ENDIF

Stuffed without it. :(

Thanks.


Viewing all articles
Browse latest Browse all 10393

Trending Articles