I want to copy a record in appointments to buffer, insert new record and paste.
In the program ap, bf - appointement objects. Current record stored in bf. In button2_click I tried to insert & paste but can't find right solution.
I've made two small changes and it now works:
1. The IsRecurring property is read only, you can't set it.
2. The End property should not be used as it confuses the compiler with other meanings of the reserved word 'End'. You could use Start and Duration properties instead.
This will be fixed in a future update.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.