BCB 2009 TDataSource bug
Posted: Wed 29 Jul 2009 14:07
On a form,
* drop a TOraSession, set connction credentials
* drop a TOraQuery, set a simple select on an existing table, active=true;
* drop a tdatasource, set source to query
* drop a TDBLookupComboBox, change ListSource, keyfield and listfield
* copy/paste TDataSource
* copy/paste TDBLookupComboBox, set listsource to TDataSource2
* on startup, open connection and TOraQuery
launch application
select an item in first combo box
then select an item in second combo box-> First combo is cleared.
This bug also occurs using TQuery.
Does anyone have a workaround?
Thanks
* drop a TOraSession, set connction credentials
* drop a TOraQuery, set a simple select on an existing table, active=true;
* drop a tdatasource, set source to query
* drop a TDBLookupComboBox, change ListSource, keyfield and listfield
* copy/paste TDataSource
* copy/paste TDBLookupComboBox, set listsource to TDataSource2
* on startup, open connection and TOraQuery
launch application
select an item in first combo box
then select an item in second combo box-> First combo is cleared.
This bug also occurs using TQuery.
Does anyone have a workaround?
Thanks