NameMap for the Form. Same function as the Grid NameMap.
Obj.dbEmbeddedGridNameMap="(;,)Field |Alias | Tag=HeaderTags | Formula=CalcExp, ...repeat"
| Keyword | Description |
|---|---|
| Field | Field name or ordinal number of Grid or Form to be mapped. Field=CustomerID , Field=0 |
| Alias | The mapped name. Alias=My Name |
| Tag | Class=?? COLSPAN=?? Align=??. Due to the new structure of being able to replace the entire header with GH1 and header=false. Tag use is not effective here. Selecting a new class will change the appearance of the cell. |
| Formula | This optional parameter defines the calculated expression of the field. This parameter is required for sort, filtering and editing criteria. See following case study examples. Note that the formula field must provide the appropriate wrappers for alias fields of SQL, ORACLE etc.. |
z Class | Tornado Namespace | dbNameMap | dbEmbeddedGridNameMap | Special Topic - NameMap