Vertaling van "die OpenForm" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Beschreibt, wie die OpenForm -Methode zum Anhalten von Code verwendet wird, bis ein Popup-Formular geschlossen ist.
Describes how to use the OpenForm method to suspend code until a pop-up form is closed.
Die folgende Ereignisprozedur verwendet beispielsweise die OpenForm -Methode, um das Formular Bestellungen zu öffnen
For example, the following event procedure uses the OpenForm method to open the Orders form
Beispielsweise können Sie die OpenForm -Methode des DoCmd -Objekts zum Öffnen eines Formulars oder die Hourglass -Methode zum Ändern des Mauszeigers in ein Sanduhrsymbol verwenden.
For example, you can use the OpenForm method of the DoCmd object to open a form, or use the Hourglass method to change the mouse pointer to an hourglass icon.
Um z. B. eine Prozedur zu erstellen, die die ÖffnenFormular -Aktion ausführt, fügen Sie der Prozedur die OpenForm -Methode des DoCmd -Objekts hinzu.
For example, to create a procedure that carries out the OpenForm action, add the OpenForm method of the DoCmd object to the procedure.
Eine Prozedur ist eine Einheit von Microsoft Visual Basic -Code. Sie enthält eine Reihe von Anweisungen und Methoden , die eine Operation durchführen oder einen Wert berechnen. Die folgende Ereignisprozedur verwendet beispielsweise die OpenForm -Methode, um das Formular Bestellungen zu öffnen
A procedure is a unit of Microsoft Visual Basic code. A procedure contains a series of statements and methods that perform an operation or calculate a value. For example, the following event procedure uses the OpenForm method to open the Orders form
Um z. B. eine Prozedur zu erstellen, die die ÖffnenFormular -Aktion ausführt, fügen Sie der Prozedur die OpenForm -Methode des DoCmd -Objekts hinzu. Die folgende Methode entspricht der ÖffnenFormular -Aktion und öffnet das Formular Artikel hinzufügen
For example, to create a procedure that carries out the OpenForm action, add the OpenForm method of the DoCmd object to the procedure. The following method is equivalent to the OpenForm action; it opens the Add Products form
Sie können die OpenForm -Methode zum Öffnen eines Formulars in der Formularansicht , Entwurfsansicht , Seitenansicht oder Datenblattansicht verwenden.
You can use the OpenForm method to open a form in Form view, form Design view, Print Preview, or Datasheet view.