Esta opción se tiene en cuenta cuando se llama el formulario vía el comando DIALOG por ejemplo.
This option is taken into account when you call the form using the DIALOG command for example.
Todo lo que necesita hacer es pasar los parámetros en un objeto a un formulario usando el comando DIALOG.
All you need to do is pass parameters in an object to a form using the DIALOG command.
Sin embargo, para construir interfaces personalizadas y modernas, ahora se recomienda utilizar formularios genéricos basados en el comando DIALOG que ofrecen funciones avanzadas y un mejor control sobre el flujo de datos.
However, to build customized and modern interfaces, it is now recommended to use generic forms based upon the DIALOG command which provide advanced features and better control over the data flow.
En particular, la llamada vía el comando DIALOG de formularios de proyecto que muestra las selecciones de registros en los subformularios es recomendada por 4D para la visualización de registros en lista.
In particular, calling (via the DIALOG command) project forms that display the selections of records in subforms is now recommended by 4D for the display of records in list form.
Los campos no son editables en los diálogos: en versiones anteriores de 4D, no era posible introducir valores utilizando campos en cajas de diálogo (mostradas, por ejemplo, utilizando el comando DIALOG).
Fields are enterable in dialog boxes: In previous versions of 4D, it was not possible to enter values using fields in dialog boxes (displayed, for example, using the DIALOG command).
Los formularios proyecto solo pueden mostrarse utilizando el comando DIALOG o como formularios heredados (ver la sección Utilizar formularios heredados).
Project forms can only be displayed using the DIALOG command or as inherited forms (see Using inherited forms).
En particular, note que DEFAULT TABLE es prioritario cuando utiliza por ejemplo el comando DIALOG con un formulario proyecto y hay un formulario de la tabla por defecto con el mismo nombre.
In particular, note that DEFAULT TABLE takes priority when you use, for example, the DIALOG command with a project form and there is a default table form with the same name.
Si el formulario actual se muestra mediante una llamada al comando DIALOG, Form devuelve el objeto formData pasado como parámetro a este comando.
If the current form is being displayed by a call to the DIALOG command, Form returns the formData object passed as parameter to this command.
Descripción El comando DIALOG presenta el formulario al usuario junto con los parámetros formData (opcional).
Description The DIALOG command presents the form to the user, along with formData parameter(s) (optional).
También puede cerrar un formulario mostrado con el comando DIALOG, o salir de un formulario mostrando una selección de registros utilizando DISPLAY SELECTION o MODIFY SELECTION.
It can also close a form displayed with the DIALOG command, or exit a form displaying a selection of records using DISPLAY SELECTION or MODIFY SELECTION.
Botones, comandos de menú Guarda un registro nuevo o modificado, También acepta un formulario mostrado con el comando DIALOG.
Buttons, Menu commands Saves a new or modified record, thus triggers either On Saving New Record Event or On Saving Existing Record Event. It also accepts a form displayed with the DIALOG command.
El siguiente ejemplo muestra el uso del comando DIALOG para especificar los criterios de búsqueda.
The following example shows the use of DIALOG to specify search criteria.