TMSFNCRecurrencyHandler parsing the Recurrency String

Hello,

I am using the FNCPlanner & FNCRecurrency all this works well.
I am also reporting on planner items to a grid.

I need to parse the Recurrency String to basically say is this planner item with this recurrency (string) valid for a particular date. - True/False

what would be the best way to do this?

Thank you
David

Hi,

If you are binding the recurrencyhandler to a database through the database adapter you can use the OnItemToFields, where you can check the Recurrency property and alter the recurrency field. If you are using the recurrency editor without a database adapter, you can use the OnCustomPanelToItem, where you can check the item recurrency property and then make changes to the item.

Thank you