TWeb for mod Harbour is ready

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
User avatar
Maurizio
Posts: 832
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: TWeb for mod Harbour is ready

Post by Maurizio »

works
Thanks Charly :D
Taavi
Posts: 92
Joined: Mon Nov 21, 2005 10:29 am
Has thanked: 1 time

GET ... VALID

Post 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.
User avatar
Carles
Posts: 1155
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona
Been thanked: 8 times
Contact:

Re: TWeb for mod Harbour is ready

Post 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 ...
Salutacions, saludos, regards

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

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
Post Reply