Field validation

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
danielefeola
Veteran Member
Posts: 31
Joined: 2013-04-19 13:36

Field validation

Post by danielefeola » 2016-07-18 15:38

Hello to all
I need to validate the values entered before executing the sql statements and bring up a warning message, what solutions can I take?

Examples:
check that the period of two data fields does not exceed one month;
check that the field 2 is not empty if the field has a value of 1;

thank you

grimblefritz
AppGini Super Hero
AppGini Super Hero
Posts: 336
Joined: 2015-12-23 16:52

Re: Field validation

Post by grimblefritz » 2016-07-18 21:32

I strongly recommend the AppGini course on Udemy. It will advance you very far, very quickly.

There are also examples of this in the tutorial section of this site.

Hint: You'll be writing hook files, using either php or javascript.

Post Reply