Define Edit Add fields and the options of each field.

dbQP Abbr: eaf
Version: All

Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public string dbEditAddFlds { get; set; }
Visual Basic (Declaration)
Public Property dbEditAddFlds As String

Field Value

Obj.dbEditAdFlds = (;,~)Field| Type | Tag | Def | ValueIndex | TextIndex | Notes | Mask | Event| Min | Max | Req | ErrorText| Oper| CompVal | Help| Title

See Special Topic - Edit for Keywords description.

Examples

CopyVB.NET
X.dbEditAddFlds = "1,2,3,HomePhone"
Y.dbEditAddFlds = "1,2,3,4,fi=HireDate|ty=TextCalendar, fi=HomePhone|ty=TEXT|" & _
    "tag=size=25|mask=USPHONE|event=3|req=true|err=Must be XXX-XXX-XXXX], fi=ReportsTo|" & _
    "ty=SELECTBOX+B|val=EID|Tex=FullName,fi=Notes|ty=TextArea|tag=COLS=25 ROWS=5"

See Also