| dbDownloadHideFlds |
Exclude fields during download. These fields are visible in the grid but excluded in the download. Note that binary fields (72, 128, 204, 205) will return the Replacement_Text (See dbBLOB) as download value and not the binary content.
| Property Syntax |
Obj.dbDownloadHideFlds="FieldNameOrNumber,... repeat"
| Parameters |
|
Parameters |
Description |
| FieldNameOrNumber | As always, unless specified, Field name and number can be mixed. |
| Example |
X.dbDownloadHideFlds="0,1,2,Memo3"