Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
138
WinSchedule Drag And Drop Question
posted

Ok, I'm going to try this and see if the forums will work.  I haven't had any luck in the past but I thought I'd give it one more shot.

I have an UltraMonthView on a form (called UltraMonthViewSingle1) and an UltraLabel control (called lblCustomerID).  What I want to do is, using drag drop be able to drag the value of lblCustomerID and drop it on a day in the Month View and have an appointment be created with the Subject being the Customer ID listed in lblCustomerID.  There is no documentation for this, none of the samples for Schedule demonstrate anything regarding drag and drop, and there aren't any DragDrop examples in Google.  I've completely reached a dead end and could REALLY use some help.

I'm currently able to drag from lblCustomerID but the monthview doesn't allow me to drop onto it.  UltraMonthViewSingle1 is set to AllowDrop = True, but I can't drop the Customer ID onto it.  Can anyone give me an idea of what the code in the DragDrop event in UltraMonthViewSingle1 should look like?