FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour TWeb for mod Harbour is ready
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: TWeb for mod Harbour is ready
Posted: Wed May 06, 2020 10:21 AM

works
Thanks Charly :D

Posts: 97
Joined: Mon Nov 21, 2005 10:29 AM
GET ... VALID
Posted: Mon May 25, 2020 05:22 PM

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.

Posts: 1283
Joined: Fri Feb 10, 2006 02:34 PM
Re: TWeb for mod Harbour is ready
Posted: Tue May 26, 2020 10:48 AM

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 ...

Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
HIX -> https://github.com/carles9000/hix

Continue the discussion