Page 2 of 2

Re: TWeb for mod Harbour is ready

Posted: Wed May 06, 2020 10:21 am
by Maurizio
works
Thanks Charly :D

GET ... VALID

Posted: Mon May 25, 2020 5:22 pm
by Taavi
Hello,
would it be somehow possible to implement processing GET input value like we used with Clipper VALID clause when leaving input field without a need to attach a button to GET object for this?

Taavi.

Re: TWeb for mod Harbour is ready

Posted: Tue May 26, 2020 10:48 am
by Carles
Taavi,

Html has the onchange event that allows you to execute a javascript function. That function you could easily test your validation and if it does not meet the condition put the focus again in the field. I'll look at simulating it ...