Versions Compared

Key

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

...

These flags have no meaning to the appointments; they are there for your use. However, they do provide some convenience when used with the Layout property. You can define a layout item that consists of 32 images, which correspond to these 32 flags. Once the relationship is established, the images will appear automatically when its flag is turned on.

Of course, you do not need to use these flags with the Layout property. You can simply use this property to store state information for convenient retreival later.

If you need to set several flags at once, use the ApptFlags property.

Example

Code Block
// Turn on flag number 4 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.ApptFlag[Appt0001;4]", 1) 

// Turn off flag number 7 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.ApptFlag[Appt0001;7]", 0)

See Also

LayoutApptFlags