Versions Compared

Key

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

...

Code Block
Transfer Param1 to ApptID 
Transfer Param2 to Button 
Transfer Param3 to Shift 
Transfer Param4 to Ctrl 
Transfer Param5 to Point 

// Parse the point 
X = Field(Point, ",", 1) 
Y = Field(Point, ",", 2) 

// Check for right click, in case we want to show a context menu 
If Button EQ "Right" then 
   Call ShowApptMenu(ApptID, X, Y) 
end

See Also

ApptLockedOnApptDblClickOnScheduleClickOnScheduleDblClick