Recent content by LuxCore

  1. L

    How to prevent deleting row in OnApplyRecord

    Don`t you know how to get around this trouble?
  2. L

    How to prevent deleting row in OnApplyRecord

    DBNavigator is linked to the OracleDataSet and I wanted to update the record by the delete button of DBNavigator.
  3. L

    How to prevent deleting row in OnApplyRecord

    Hi! I have handled deleting of record in OnApplyRecord according to example in help: instead of deleting I update record and do not want the record to be deleted at the client. The updated record is appeared only after refresh. Tell me please how to prevent deleting of record at client? Thanks a...
  4. L

    CachedUpdates + OnApplyRecord

    You understood me. But I thought OnApplyRecord must to fire automatically with CachedUpdates = true and inside the OnBeforePost. May by I am wrong! Together with this there is another problem: OracleDataSet`s changes don`t apply. I will say more: when LockMode = ImCheckImmediate then after Post...
  5. L

    CachedUpdates + OnApplyRecord

    Hello! Tell me please what do I do to run OnApplyRecord event when OracleDataSet.CachedUpdates = true? At this time OnApplyRecord run after procedure Tdm.odsRESURSAfterPost(DataSet: TDataSet); begin OracleSession.ApplyUpdates([OracleDataSet], false|true); end; But I think it is wrong way...
Back
Top