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".
Charles Phillips: "I very much like the program and all of its functionality! Would be happy to give you an endorsement or recommend it to others - saves me a ton of time".

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