Recent content by Fredr

  1. F

    EAccessViolation in SQLTNSNT

    This error just manifested itself on a system that has been running for a while now. The error seems to happen only when exiting the system and only if user had openned a form that uses alerts. We've mades sure that all alerts are stopped when not in use and when the form is destoyed. The error...
  2. F

    Another change in behavior

    Yep, I disablecontrols and enable them after openning the query. I guess the problem seems to be that the details aren't resynch'd when master controls are enabled again. I think this problem was introduced on 3.3. In fact, I think we may have had the same conversation before. Thanks for your...
  3. F

    Another change in behavior

    Here is a little more detail that may help. My master and detail queries are both open and both returned no rows. Now if I change the master query's sql and re-open it the detail query does not get refreshed. I hope this helps. Fred R.
  4. F

    Another change in behavior

    I was able to get around this by setting ForceMasterSynch property to true. The jest of it is that when I open a query that has detail datasets the detail datasets don't get refereshed. I have to move the record pointer in the master for the details to get refreshed. Everything else seems to be...
  5. F

    Another change in behavior

    Upgrading to 3.4.2 from 3.22, I noticed antoher change in behavior. In a master\detail realtionship, doa does not refresh the detail dataset the first time the master's query is executed. Is there something I need to do differently to resolve this issue? I was able to fix the problem by...
  6. F

    Filter Behavior changed in 3.4.2

    I just installed the latest version of doa for D3 and noticed that when a refresh is issued the filter method of the refreshed dataset is not called anymore. This is a change in behavior from other versions of DOA. Any idea why that is? Thanks in advance, Fred R.
Back
Top