Recent content by Tasador

  1. T

    Updated field

    The Event is the Before Post. And the values are identical. Old = Cur = New Value
  2. T

    Updated field

    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
  3. T

    OnApplyRecord Problem

    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...
  4. T

    Help Insert into a Grid

    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
  5. T

    Help Insert into a Grid

    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...
Back
Top