Page 1 of 1

V1.25.4 SqlDataTable inheritance problem

Posted: Tue 05 Feb 2008 08:58
by clfChris
If you inherit the SqlDataTable control (here with the simplest code possible) with:

public class SqlDataTableTest : CoreLab.SqlDirect.SqlDataTable
{

}

and create a class library.

Then add your inherited control to the Toolbox and insert this control in a Windows application.
(I use VS2005), the control is created but if you dblclick on the control to edit the sql command,
the tabsheet 'Select Text' is grayed out (read only). So it's not possible to edit the sql command at
design time. With the precedent version of SQL Direct it was working perfectly.

Is it a bug or am I missing something ?

Posted: Tue 05 Feb 2008 14:13
by AlexeyB
Yes, this is a bug. It will be fixed in the next build. You will be notified when the new build is available.

Posted: Fri 29 Feb 2008 12:00
by Alexey.mdr
The problem is solved now.
Please download a new build from our website.