cancel
Showing results for 
Search instead for 
Did you mean: 

Still Datatable problems in SBO2005A SP01

rasmuswulff_jensen
Active Contributor
0 Kudos

Hi all.

During the rampup of SP01 a known bug was that the DataTables "ExecuteQuery" had problems since nothing happened to the bound grid (Data loaded was not shown)...

SP01 Final (PL04) is now out, but the problem still exist (Making the grid object useless)... Anyone know the status of the bug?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rasmus

As far as I can tell the "solution" is still to use the workaround supplied by Frank:

1) to disconnect the DataTable from the Grid:

oGrid.DataTable = Nothing

2) run the query

3) reconnect again + e.g. set collapse level etc.

oGrid.DataTable = oForm.DataSources.DataTables.Item(0)

Fotunately this works both in 2005 and 2005SP01

Rgds

Jesper Carstensen