Select Field generted through a database data dictionary.
Class DataDictionary( entity, fieldval, fielddesc, name, prompt, [maker] ) from \ ff.Select(( name, prompt, nil, maker))
entity | A DBEntity representing the table to query. |
fieldval | The name of the column giving the dictionary values. |
fielddesc | The name of the column where the description of the values can be found. |
name | Name of the field in the rendered form. |
prompt | Label of the field. |
maker | Dictionary or array of pairs to configure the data in the class. |
Simple "form widget" that helps to automatize data input coming from DB fields.