Define Edit Update fields and the options of each field.
Obj.dbEditUpdateFlds = (;,~)Field| Type | Tag | Def | ValueIndex | TextIndex | Notes | Mask | Event| Min | Max | Req | ErrorText| Oper| CompVal | Help| Title
See Special Topic - Edit for Keywords description.
Value and Text Index - 4 options
If macro starts with numeric and macro.indexof("-")>-1 then numeric range is assumed with format - Start-End-Inc. Applies to [[..]], <<..>> and {{..}}
e.g. - fi=Qtrain;Training|Type=SelectBox|Val={{0-5}}
X.dbEditUpdateFlds = "1,2,3,HomePhone" Y.dbEditUpdateFlds = "fi=0|ty=RONOUPdate,4,fi=HireDate|ty=TextCalendar, "& _ "fi=HomePhone|ty=TEXT|mask=USPHONE|event=both|req=true|err=Must be " & _ "XXX-XXX-XXXX,fi=ReportsTo|ty=SELECTBOX|val=EID|tex=FullName,fi=Notes|" & _ "type=TextArea|tag=COLS=25 ROWS=5"
z Class | Tornado Namespace | dbEditAddFlds | Special Topic - Edit