Missing TCRDBGrid

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Johan.Swart
Posts: 15
Joined: Tue 05 Jan 2010 11:33
Location: South Africa

Missing TCRDBGrid

Post by Johan.Swart » Fri 03 May 2013 12:28

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

stevel
Posts: 125
Joined: Tue 02 Nov 2010 19:01

Re: Missing TCRDBGrid

Post by stevel » Fri 03 May 2013 12:38

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.

Johan.Swart
Posts: 15
Joined: Tue 05 Jan 2010 11:33
Location: South Africa

Re: Missing TCRDBGrid

Post by Johan.Swart » Fri 03 May 2013 13:39

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

stevel
Posts: 125
Joined: Tue 02 Nov 2010 19:01

Re: Missing TCRDBGrid

Post by stevel » Sat 04 May 2013 06:48

Raize has a nice DB grid.

FCS
Posts: 176
Joined: Sat 23 Feb 2013 18:46

Re: Missing TCRDBGrid

Post by FCS » Sun 05 May 2013 08:52

Maybe TMS components

Johan.Swart
Posts: 15
Joined: Tue 05 Jan 2010 11:33
Location: South Africa

Re: Missing TCRDBGrid

Post by Johan.Swart » Sun 05 May 2013 19:20

Hi Guys,

Thanx for the tips! I'll look into it.

Regards,
Johan

AndreyZ

Re: Missing TCRDBGrid

Post by AndreyZ » Fri 10 May 2013 15:03

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.

Post Reply