Page 1 of 1
Missing TCRDBGrid
Posted: Fri 03 May 2013 12:28
by Johan.Swart
Hi,
I have
RAD Studio XE Professional
on
Windows 7 (64bit)
and am installing
UniDAC 5.0.1 Professional with source
I'm following the instructions as in ReadmeSrc.html and found the following suspect line.
This is for installing on RAD Studio XE.
After I installed, using the Make.bat file, the TCRDBGrid component is not available when I create a new project.
Please advise where I went wrong during the install.
Regards,
Johan
Re: Missing TCRDBGrid
Posted: Fri 03 May 2013 12:38
by stevel
I have Pro version w/o sources. After doing SETUP.EXE file to do the install, everything is installed correctly in my Delphi XE2 IDE. Do you also have SETUP.EXE?
CRDBGRID - This control is found in dclcrcontrols160.bpl (for XE2). You must add this package to your packages list to install the component in the IDE.
Also, as they mentioned many times on the forum they have stopped making updates/improvements to the CRDBGRID component. You should try to use some other grid in your projects.
Re: Missing TCRDBGrid
Posted: Fri 03 May 2013 13:39
by Johan.Swart
Hi Steve,
Thanx for the help. I manually installed the package dclcrcontrols150.bpl and viola!
I was not aware that they are not developing TCRDBGrid further. Any grids you could recommend?
I bought Devexpress's grid years ago, but am looking for a cheaper alternative.
Regards,
Johan
Re: Missing TCRDBGrid
Posted: Sat 04 May 2013 06:48
by stevel
Raize has a nice DB grid.
Re: Missing TCRDBGrid
Posted: Sun 05 May 2013 08:52
by FCS
Maybe TMS components
Re: Missing TCRDBGrid
Posted: Sun 05 May 2013 19:20
by Johan.Swart
Hi Guys,
Thanx for the tips! I'll look into it.
Regards,
Johan
Re: Missing TCRDBGrid
Posted: Fri 10 May 2013 15:03
by AndreyZ
To install the TCRDBGrid component to RAD Studio XE from the source code, you should compile the crcontrols150 package and, compile and install the dclcrcontrols150 package. Please note that using the Make.bat file, these packages are compiled automatically, you should only install it to IDE.