Advanced_Options Data Structure

Description

The Advanced_Options data structure is a pointer variable that defines optional formatting options when writing to the Alpha Anywhere table.

  • .SizeToFit

    Logical. Specifies if character columns are automatically sized to fit. The options are:

    • .T.

    • .F.

  • .ConvertTimeToDate

    Logical. Specifies if Date/Time values should be converted to Date values. The options are:

    • .T.

    • .F.

  • .DefineFieldOverrides

    Logical. Specifies if column definition overrides will be supplied. The options are:

    • .T.

    • .F.

  • .OverrideDefinitions

    Character. A CR-LF delimited list of field specifications to override the source table's field properties. E.g. Customer,C,20,0 ""

Limitations

Desktop applications only.