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
45
AppointmentBinding does not work if recurrence-appointment
posted

sorry for my bad English,

the Problem:
I have a code VB.Net and Access database,
everything worked well, Appointment, Recurrence and AppointmentBackcolor
but now suddenly the Recurrence Appointments are no longer displayed in the same code
If I delete the AllPropertiesMember field in the database, all Appointments are displayed.
If I

Dim myApp As Appointment = Appointment.FromBytes(CType(mydatabase.AllPropertiesMemberField, Byte()))

then is myApp = Nothing
but if I have the byte array read this over 2500 byte
does anyone know the phenomenon?
and how can i fix the database?
Thank you
Version 2016.1 or Version 2016.2
Parents Reply Children
No Data