Examples of using Database method in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
Name of form or database method.
The database method is called with the URL.
You must check the identifiers of the 4D Mobile connection in the database method.
One file per database method yes Methods. .
If you pass the* parameter, then it considers that path designates a host database method.
In the On Startup database method of your application, you write.
You can send different pages according to thelanguage set in the browser for example in the On Web Connection Database Method.
The On Drop Database Method can be used to manage the drag and drop action in this case.
If it returns True, the Web server calls the On Web Connection Database Method by sending the URL"as is" to $1.
Compatibility note: The database method is also called when 4D receives a URL beginning with 4DMETHOD/.
The 4D password system must be activated(a password must have been assigned to the Designer), the On 4D Mobile Authentication database method must not be defined.
The database method receives up to three parameters of the Text type, passed by 4D($1, $2 and $3), and returns a Boolean, $0.
You can configure your Web-related code,including 4D HTML tags and Web database methods, to run simultaneously on as many cores as possible.
The On Drop database method is only called when the application is already launched, except in the case of applications merged with 4DÂ Desktop.
When you reach the limit set, the oldest session is closed(and On Web Close Process database method is called) if the Web server needs to create a new one. Possible values.
The database method receives two parameters($1 and $2) of the Text type and a Boolean($3), passed by 4D, and returns a Boolean, $0.
When loading the page, 4D calls the On Web Authentication Database Method(if it exists), then calls the MYMETH method and passes the string"/MYPARAM" as the parameter $1.
Instead modifying the On Startup database method(to add the initialization of the corresponding â-ŠPID_…) and then reopening the database to reinitialize everything each time you add a module, you use the Undefined command to manage the addition of the new module.
WARNING: If no value is set to $0 orif $0 is not defined in the On Web Authentication database method, the connection is considered as accepted and the On Web Connection database method is executed.
For security reasons, within a Web process, the On Web Authentication database method can be called once just before the initialization stage method execution with 0 as parameter.
This command canbe called from within any method(On Web Authentication Database Method or On Web Connection Database Method, method called by" /4DACTION"…) executed in a Web process.