Recent content by dokk

  1. D

    Solved FAYT keeps open connections

    Ok. Let's see what happens. I'm working with a form where I have 3 fayt comboboxes: faytSuppliers1 → form filter faytOrders → form filter faytSuppliers2 → record data the .rowsource of each combobox is empty and I only set it in the Enter event. For example: Private Sub supplier_Enter() On...
  2. D

    Solved FAYT keeps open connections

    I'll continue checking. Thank you.
  3. D

    Solved FAYT keeps open connections

    Do you mean this? Private Sub Class_Terminate() mRsOriginalList.Close Set mForm = Nothing Set mCombo = Nothing Set mRsOriginalList = Nothing End Sub It returns the same error.
  4. D

    Solved FAYT keeps open connections

    Thanks to both. @isladogs that's the utility I am using. I've been searching for something like that a lot of time. @MajP it gives an Error 91 object variable or with block variable not set. Any other idea?
  5. D

    Solved FAYT keeps open connections

    Hi, I love MajP's fayt class and I use it constantly. But I have detected a little problem. As I keep opening and closing forms, finally I receive error 3048: cannot open any more databases. It seems that intensively using fayt class leaves opened connections. To check the available connections...
  6. D

    New member

    Hi, I'm new in the forum. I write from Spain and I'm not apro but I have more than 20 years of working with Access. I'll try to help when I can. Albert
Top Bottom