Consultor Eletrônico



Kbase P113946: Cannot bind Delphi UI controls to .Net DataSet and/or .Net DataTable returned from Open Client proxy
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/3/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.x

SYMPTOM(s):

Cannot bind Delphi UI controls to .Net DataSet and/or .Net DataTable returned from Open Client proxy

Delphi UI controls bind only to Delphi TDataSet objects

CHANGE:

Migrated from Progress 9.x to OpenEdge 10.x

CHANGE:

Upgraded Delphi to Delphi.NET

CAUSE:

The TDataSet object in Delphi maps to the old ADO DataSet object and not to the ADO.NET DataSet object therefore it is not possible to convert the .Net DataSet / DataTable returned by an Open Client proxy into a TDataSet object

FIX:

The Delphi UI should be changed to use Windows Forms controls rather than Delphi VCL controls