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

TextBox - InteractiveChange

$
0
0
TextBox - InteractiveChange
FoxInCloud
TextBox - InteractiveChange
Mar. 4, 2013
04:07 am
3QA08U77QShow this entire thread in new window
Gratar Image based on email address
From:Keith
To:All
Hi FIC Developers.

Today I have downloaded the latest version of the FIC Adaption Assistant - 01 March 2013.
On the previous version, I believe it suggested all InteractiveChange event program code
for this object should be moved the VALID event. Of course, I may have misinterpreted what was said.

On the current version it states-:

***
- VFP executes this.InteractiveChange() on each value change, IOW each time user types or pastes
some character(s) into the control that match .InputMask,
- HTML DOM executes this.change() when control looses focus with this.value changed since this.focus(),
just before this.blur() (.blur() is the HTML equivalent of VFP's .LostFocus())
***

Does this mean, and please correct me if I am wrong -:

The VFP InteractiveChange event triggers on each incremental value change, whereas an HTLM object
only takes some action as it LOOSES focus if it’s Lost Focus ( .blur() – HTML equivalent) value
differs from it’s Got Focus value. Namely, the data entry of ‘A’ then ‘B’ in VFP fires two events whilst
it has focus, but in HTML, only one event is fired as it looses focus.

I guess whenever one compares events between VFP and HTML, it will always be a mouthful.

Thanks,

Keith


Viewing all articles
Browse latest Browse all 10393

Latest Images

Trending Articles



Latest Images