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 ok)
The problem begins when I want to update the DATACOMBO in execution time with the new recordset result. How Can I do this? Or, Is possible?
Thank you in advance!
freemind.
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 ok)
The problem begins when I want to update the DATACOMBO in execution time with the new recordset result. How Can I do this? Or, Is possible?
Thank you in advance!
freemind.