Application object data may describe a mapping graph in a standardized format.
Des données d'objet d'application peuvent décrire un graphique de mappage dans un format normalisé.
This object is a child of the Application object.
Therefore, to use ROUND in this statement, you tell VBA to look for the Round method (function) in the Application object (Excel).
Par conséquent, pour utiliser la fonction arrondi dans cette instruction, vous devez indiquer à VBA de rechercher la méthode Round (fonction) dans l'objet application (Excel).
You receive the Application object instead of the Namespace object when you try to obtain the parent from an Accounts object.
Vous recevez l'objet application plutôt que de l'objet Namespace lorsque vous tentez d'obtenir le parent d'un objet Accounts.
By default, all forms are owned by the global Application object.
Par défaut, toutes les fiches sont possédées par l'objet Application global.
Application object as primitive of operating system
Objet d'application en tant que primitive dýun système d'exploitation
If you are planning to refer to the current database in your code, you can directly use the Application object.
Si vous projetez se référer à la base de données courante en votre code, vous pouvez directement employer l'objet d'application.
When an application terminates, it frees the global Application object, which frees all forms.
Lorsqu'une application se termine, elle libère l'objet Application global qui libère toutes les fiches.
However, unlike the old Application object, StarDesktop is primarily responsible for opening new documents.
Cependant, contrairement à l'ancien objet Application, il permet principalement d'ouvrir des documents.
It may be difficult to verify whether the problem is caused when the Application object is created or when the Document object is created.
En outre, le problème peut être lié à la création de l'objet Application ou de l'objet Document.
You can, however, force an instance to close by using the Quitmethod of an Application object.
Toutefois, vous pouvez obliger une instance à se fermer en utilisant la méthode Quit d'un objet Application.
For example, you can use an Application object to create an e-commerce page. Request
Par exemple, vous pouvez utiliser un objet Application pour créer une page e-commerce. Demande
Also, it is not clear whether the problem is with creating the Application object or the Document object.
En outre, le problème peut être lié à la création de l'objet Application ou de l'objet Document.