TTMSFMXPlanner doesn't show data

Hello,


I have a database table which was filled with Devexpress DbScheduler component and I need to show this data with  TTMSFMXPlanner.

The help writes:
"After filling the mandatory (DBKey, StartTime and EndTime) and optional fields the planner 
will automatically load the items from the dataset and display the items that are visible in 
the current configuration."

I filled these but nothing showed.

I can't use the demo application because I have Delphi Seattle Professional and I don't have tclientdataset component.

What should I do?

Thank you very much!

Hi,


You should do a simple database construction where you have one item, and connect that with the planner. You should also set the database adapter active property to true, as well as the active property of the dataset.