Define Edit Update fields and the options of each field.

dbQP Abbr: euf
Version: All

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

Syntax

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

Field Value

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.

Remarks

Value and Text Index - 4 options
  1. CommonText = Global (/tornado/ASPdbCommon.txt)
  2. Application = Local to Application; check order -
    1. Application(mac) (Global.asax)
    2. ConfigurationSettings.AppSettings(mac) (Config.Web)
  3. CommonTableIndex = Local to Session.
  4. User = Local to Session.

    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}}

Note: Numeric Range = {{Start-End-Inc}}

Examples

CopyVB.NET
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"

See Also