Saltar para o conteúdo principal
Versão: 20 R5 BETA

On Load

CodePode ser chamado porDefinição
14D View Pro Area - 4D Write Pro area - Button - Button Grid - Check Box - Combo Box - Dropdown list - Form - Hierarchical List - Input - List Box - List Box Column - Picture Button - Picture Pop up menu - Plug-in Area - Progress Indicators - Radio Button - Ruler - Spinner - Splitter - Stepper - Subform - Tab control - Web AreaO formulário está prestes a ser apresentado ou impresso

Descrição

Este evento é acionado quando o formulário é carregado ou impresso.

Todos los objetos del formulario (de cualquier página) cuya propiedad de evento On Load esté seleccionada tendrán su método objeto llamado. Entonces, si se selecciona la propiedad de evento formulario On Load, se llamará al método formulario.

The On Load and On Unload events are generated for objects if they are enabled for both the objects and the form to which the objects belong. If the events are enabled for objects only, they will not occur; these two events must also be enabled at the form level.

Subformulário

El evento On Load se genera al abrir el subformulario (este evento debe haberse activado también a nivel del formulario padre para que se tenga en cuenta). O evento é gerado antes dos eventos do formulário principal. Also note that, in accordance with the operating principles of form events, if the subform is placed on a page other than page 0 or 1, this event will only be generated when that page is displayed (and not when the form is displayed).

Veja também

On Unload