Kbase P170308: DevExpress xtraReport Add New DataSource Wizard fails
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/2/2010 |
|
Status: Unverified
SYMPTOM(s):
DevExpress xtraReport Add New DataSource Wizard fails
Wizard disappears
No errors are displayed
DataSource property does not display any available data sources
FACT(s) (Environment):
"Add New DataSource" wizard is accessed at runtime
DevExpress controls (XRDesignBarManager, XRDesignDockManager, XRDesignPanel, XRDesignRibbonController) generates a Studio style interface
ABL form containing DevExpress controls is launched
Creating a new report via runtime interface and attempting to add DataSource to report
Wizard works in Microsoft Visual Studio 2008
OpenEdge 10.2B
Windows
CAUSE:
Bug# OE00199121
FIX:
Set the DataSource for the report programmatically
DEFINE VARIABLE miReport AS DevExpress.XtraReports.UI.XtraReport NO-UNDO.
...
miReport = dp:Report.
miReport:DataSource = bindingSource1.