Subject | Re: [IBO] SP running two times !!! |
---|---|
Author | Geoff Worboys (TeamIBO) |
Post date | 2002-02-15T05:47:21Z |
> I'm using D5 and IB Native Fl The stiation is I'm calling two SP'sTry removing that call and see if the problem goes away. It may well
> before delete of a TIB_Query component. But It works TWO times and I
> get an err msg from my SP naturally. I work for a night to find the
> problem but I can't.
> I'm calling Commitretaining onafterdelete Maybe this helps...
be a timing issue relating to the state of the dataset (since commit
will attempt to post call changes the posted state of the dataset in
the OnAfterDelete event may not have been reset).
Various work arounds are possible - although the question remains as
to why you are calling commitretaining in this event. If all changes
should be autocommited then use autocommit, otherwise setup the
process in code.
If you cannot work out the functionality you require post more detail
about what you are doing and how you want it to work.
> I have running time problem with IBO; Jason any solution for theNo fix has been applied to this particular issue yet. If/When a fix
> CalculateAllFields property?
will happen I do not know. I still recommend NOT using
CalculateAllFields, instead setup your CalculateField to test for
specific changes. And where this is inappropriate I am confident we
can find a work around.
--
Geoff Worboys - TeamIBO
Telesis Computing