Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Dave Lantz: "I have to say that I simple love this product and its ease of use. I know that I have only tapped into about 20% of what it can do. In my business I come into a lot of contact with developers and I tell them all, that if they need an easy way to connect, report or work their databases they MUST check out your products".
Javlon: "Beautifully done. This is a stunning software,it creates the pages in no time. Thank you for your hard efforts in creating this software".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

setState

Sets the state for a control.

 

Signature:

function setState(['normal'|'warning'|'error'|'success'])

 

Example:

 

if (sender.getValue() < 10) {

    editors['percentage'].setState('warning');

}

else {

    editors['percentage'].setState('normal');

}

 

See also: getState



Prev Return to chapter overview Next