createInputByName()

This method creates an ui.Dialog object to for a dynamic INPUT BY NAME block.

The method returns a new ui.Dialog object.

A dynamic Input dialog acts like a static Input dialog used with the WITHOUT DEFAULTS keywords. It will use the rows from the record as fields before starting the dialog. Yet, at adding a new row, the default field value will be used.

You also can specify the dialog attributes using the setDialogAttribute() method.

The current form will be attached to the newly created dialog.

Syntax

ui.Dialog.createInputByName(

f DYNAMIC ARRAY OF RECORD

name STRING,

type STRING

END RECORD

)

RETURNS ui.Dialog

f is the a DYNAMIC ARRAY OF RECORD representing a list of form fields controlled by the dialog, with the name and type members of a STRING type.

 

Contact Us

Privacy Policy

Copyright © 2025 Querix, (UK) Ltd.