Define Edit Update fields and the options of each field.
dbQP Abbr: euf
Version: All
Namespace:
TornadoVersion: All
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| TitleSee Special Topic - Edit for Keywords description.
Remarks
Value and Text Index - 4 options
- CommonText = Global (/tornado/ASPdbCommon.txt)
- Application = Local to Application; check order -
- Application(mac) (Global.asax)
- ConfigurationSettings.AppSettings(mac) (Config.Web)
- CommonTableIndex = Local to Session.
- 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}}
Examples
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"