I kind of don't understand that. Here I only analyze what is part of your package Not what I can do on my own.
TPeriodItemEditor - by name I assume it will set the period boundaries! MaxTime and MinTime?
All three ItemEditors set the StartDate and EndDate
For this reason, TPeriodItemEditor is useless and functionally almost identical to TSimpleItemEditor! Lets you set a different day for EndDate. I don't know what it's for. Can you explain that to me?
Why do all TDBxxSource properties have MaxTimeField and EndTimeField? I did not find out their purpose.
I created derived components from TxxxItemEditor. By copying and renaming the original sources.
I added a ComboBox to all three TMyxxxItemEditor. In the AssignFromPlannerItem event, the ComboBox is always nil.
Prior to the last update, this error only applied to one of them. I'm not sure which one it was.
How do I prevent this from happening?
I quote:
- MaxTimeField/ MinTimeField: full date/time field that holds the last occurrence end date of an event. This is an optional field only used when recurrency capabilities are required in the application. See chapter on TDBPlanner recurrency.
The embedded samples from my program did not explain it to me. Note the date 7.1.2021. There is only one event. I think there should be two. Due to MaxTime and MinTime.
I apologize for the long post.



