Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A Boolean value indicating success (1) or failure (0)

See also

Set_Property()SORTEDCOL propertyDSOINSERT event

Example

Code Block
Set = @window: ".DBTABLE_1"
sort = 1: @fm: 1 ;     * sort first column ascending
if ETMethod (et, 'SORT', sort, "", error) else
       MSG ("", error)
       return
end