D
Diarmuid
My app is a diary, based on a Weeks table. There is a WeekID, and a
WeekCurrent boolean value.
Setup like this
Form = fDiary
Navigator = WeekBindingNavigator
bound to WeeksBindingSource -> datasource of PlannerDataSet
I want to use the Navigator to scroll through the weeks. But I'd like the
form to open on the current week. That is, where
WeekCurrent = True
Whats the best way of doing this?
Thanks
Diarmuid
WeekCurrent boolean value.
Setup like this
Form = fDiary
Navigator = WeekBindingNavigator
bound to WeeksBindingSource -> datasource of PlannerDataSet
I want to use the Navigator to scroll through the weeks. But I'd like the
form to open on the current week. That is, where
WeekCurrent = True
Whats the best way of doing this?
Thanks
Diarmuid
