How Can I know if a field has been modify I try the OldValue and NewValue as I do it with DBE but the have the same Value I use a TOracleDataset with Cache Update and the check is made in the Before Update, Version 3.3.3
Here is my Problem
I have this SQL :
SELECT 1 AS IND_INCLUS,
dld.QUANTITE,
dra.DESCRIPTION_FR,
badl.NO_BON_COMMANDE_AUX AS NO_BON_COMMANDE,
badl.NO_DETAIL_BON_COMMANDE_AUX AS NO_DETAIL_BON_COMMANDE,
badl.NO_BON_COMMANDE AS...
I put the Debug Option but after fetching the sequence nothing append no Insert sql.
This is my step by step.
Query.Insert
then in then grid i went up and the record disappear without any exception
I Try to insert in query with a Infopower Grid but when i change my record in the grid the change are cancel and he never goes in the after post Event here is my SQL
Select dr.RowID,
dr.NO_DOCUMENT_REFERENCE,
dr.NO_REVISION_DOC_REF,
dr.NO_PAGE...