Versions Compared

Key

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

...

Use the literal value of "Infinite" when you want to remove the limit altogether. To set a limit, pass a date in OpenInsight's internal format.

Example

Code Block
 // Limit the range to 2007 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.Range", IConv("1/1/2007", "D"):@FM:IConv("12/31/2007", "D")) 

 // Remove limits 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.Range", "Infinite":@FM:"Infinite"

...