Versions Compared

Key

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

...

Note also that user defined fields can be used in any property that supports Conditions.

Example

 

// Associate the Reports window to an item called reports by adding a field
// called WINDOW and passing the window name as the value.
Fields = ""
Fields<1> = "WINDOW":@FM:"MY_REPORT_WINDOW"
Fields<2> = "REPORT" :@FM:"INVOICES"
Set_Property(@Window:".OLE_TREE""OLE.ItemFields[INVOICE_REPORT]"Fields)
 

See Also

ConditionsFilterItemField

...