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

Subscribe to our news:
Partners
Testimonials
Jonathan Oakes: "This is a lovely application. It's easy to hook into my own bespoke applications. It's very powerful, yet really quite simple to use. Thanks for this".
Rickey Steinke: "Folks, I wanted to drop a line and give you a fanatic thank you. I have a project due for my computer application course and without PHP Generator I never would have gotten it done with the professional results your product produced. My sincerest gratitude to each and every team member who brought this program to light".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

SetInsertFromTitle

Allows to specify a title of the webpage Insert form. The code in the example below should be placed into the OnPreparePage event handler.

 

Signature:

function SetInsertFormTitle($value)

 

Example 1:

To provide the page Insert form with the "Insert your favorite actor" title, place the following code in the event body:

 

$this->SetInsertFormTitle("Insert your favorite actor");

 



Prev Return to chapter overview Next