Export field(s) of a grid row in Raw or MagicCell format.
dbQP Abbr: xf
Version: All
Namespace:
TornadoVersion: All
Assembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public string dbExportFlds { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property dbExportFlds As String |
Field Value
Mydb.dbExportFlds="FieldNameNumber1,(FieldnameNumber2),..."| Keyword | Description |
|---|---|
| FieldNameNumber | Which field(s) in the row to export. Export will be in a one dimension array retrieved by Tornado.GetData.Get_Fexport. (field) = Raw Format. |
Remarks
User should process the two different export types accordingly using a 1 or 2 dimension array.
Examples
See example in dbExportCols.