UpdatingTable property required for cursor dataset

Refering to your "PkgApply" demo (calling my procedure in my database though), it occurs when I press the "Post" button on the TDBNavigator. Where excatly it occurs in the DOA code I don't know, since I don't have the source code.

Thanks for a quick reply,
Sveinn.
 
Could it be that in your OnApplyRecord event handler, one or more actions are not handled (in other words, the Applied parameter stays False)? In the demo this parameter is always set to True, so that the dataset does not need to perform any default actions on the table, and does not need to know the table name.

------------------
Marco Kalter
Allround Automations
 
I never get as far as to the OnApplyRecord event handler. The error is occuring before the OnApplyRecord is processed.

I have found a workaround here, so this is not very urgent any more. Please, rather focus on the long-raw problem (in my new post).

Sveinn.
 
Back
Top