Hello to all This is my scenario. I need to insert an appointment in an organizer starting from a list of patients in a table, like this window Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens! I'm able to copy (drag) from source reading the patient surname+name, but i have some troubles on the drop event procedure because i'm not able to retrieve the "destination cell" where to save the patient name and create the appointment.. Please, can someone help me on how to solve this problem giving me an example of the code?? Thanks in advance Dirk
Hello to all I found the solution: Before to add an appointment , we need to know date and time corresponding to cell where the patient name is dragged. This is the code i found: dDate is Datetime dDate = OrganizerInfoXY(ORG_MyOrganizer, oriDateTime, MouseXPos(), MouseYPos()) Once i have the date/time available, it is easy to "attach" all the informations we want to save using an object appointment (ogiAppointment) Thanks anyway to all for the attention Dirk