Recent content by freemind

  1. F

    ADODC & DATACOMBO Problem

    Requery method lost Hi again! I'm talking about VB6 and I don't find this method for combobox object. I'm too lost. Thanks freemind
  2. F

    ADODC & DATACOMBO Problem

    Hi mresann! In the DataCombo (or Combobox or DBcombo) I can't find the ReQuery method. You know where is? Or, you know other options? Thanks in advance. freemind.
  3. F

    ADODC & DATACOMBO Problem

    Hi folks! I have a problem. I have an ADODC that open a query. I have linked an DATACOMBO to ADODC. Ok. In execution time, I want to requery the ADODC with a filter. In Example: ADODC1.Recordset.Filter = "ID=" & iCode (This works fine, because I check the ADODC1.Recordset.Recordcount and it's...
  4. F

    Passing parameters to an Openrecordset

    Thanks Hi Pat! Thanks a lot! freemind.
  5. F

    Passing Parameters to an openrecordset

    Thanks My code is working fine now. Thanks a lot! freemind.
  6. F

    Passing parameters to an Openrecordset

    Hi folks! I need to pass two parameters (concretely Date type) to a query from a method Openrecordset of an object Recordset. Example: Set rsQuery = dbDatabase.OpenRecordset(queryName) This query needs two parameters to work correctly. How can I put this parameters to open this query in the...
  7. F

    Passing Parameters to an openrecordset

    Hello folks I need to pass two paramaters to a query opening with the method Openrecordset of a Recordset object. I don't know how. Is possible? Or exists other options? Thank you in advance. Regards! Freemind.
Back
Top Bottom