I want to check the Closed checkbox on the Activities form programmatically.
Yet every attempt fails, using a DBDataSource I get ane xception because it is not a user defined item.
Setting the checkboxes Check property to true does nothing at all.
Calling Click() on the item of the checkbox does not change the checked status either.
Is there any other way?
My main intention is to close an activity programmatically and keep it closed, but if I just update the DB the form still has the activity as open and if user clicks the update button the activity I just closed will simply be re-opened.
Thanks.