Página 1 de 1

TAdsDataSource.

Publicado: Jue Dic 07, 2006 3:27 pm
por pjmfelix
Hi, i have two oAdsDataSource defined in IDE.
One for use nCharType = acANSI, and the other for nCharType = acOEM.
The problem is that all oDbfDataSet stay with the property of the last.
I only resolve this, put after all oDbfDataSet:Open() the property
oDBFDataSet:oDataSource:nCharType := 1 or 2.
Why this property only work if defined in the code?
Regards.