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: 705
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: 77
Joined: Mon Nov 21, 2005 10:29 am

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: 937
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona
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..."

https://modharbour.app
https://modharbour.app/compass
https://forum.modharbour.app
Post Reply