4D v14.3On Startup database method |
|||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
On Startup database method
|
On Startup database method | ||||||||
Does not require any parameters | ||||||||
The On Startup database method is called once when you open a database.
This occurs in the following 4D environments:
Note: The On Startup database method is NOT invoked by 4D Server.
The On Startup database method is automatically invoked by 4D; unlike project methods, you cannot call this database method yourself by programming. You can however execute it from the Method editor. You can also use subroutines.
The On Startup database method is the perfect place to:
However, we strongly recommend that you do NOT launch print jobs from the On Startup database method.
See the example in the section On Exit database method.
Product: 4D
Theme: Database Methods
Database Methods
Methods
On Exit database method
QUIT 4D
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)