Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Dbisam 4.26b1 - DbisamGrid Missing
Tue, Jan 22 2008 9:58 AMPermanent Link

kk aw
Tim,

I just installed Dbisam 4.26b1 CS version for Delphi 5.  I cannot find
DbisamGrid any more.

KK Aw
Tue, Jan 22 2008 12:14 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

KK,

<< I just installed Dbisam 4.26b1 CS version for Delphi 5.  I cannot find
DbisamGrid any more. >>

Read the release notes for 4.26, they explain this.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Mar 20 2008 5:07 PMPermanent Link

Richard Sleegers
Tim Young [Elevate Software] wrote:
> << I just installed Dbisam 4.26b1 CS version for Delphi 5.  I cannot find
> DbisamGrid any more. >>
>
> Read the release notes for 4.26, they explain this.
>

Just tried this and scratched my head for a bit. The dbisam426b2006d.dpk
file was butchered when I used the "add file to project" button to add
dbisamct.pas from the dbsys\source folder, and the source was modified
thusly:

package dbisam426b2006d;

{$R *.res}
{$R 'bisamr'}

It should have been left as:

package dbisam426b2006d;

{$R *.res}
{$R dbisamrg.res}

Not sure why that happened, but the IDE did it repeatedly until it was
finally installed.

Richard
Thu, Mar 20 2008 8:16 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Richard,

<< Just tried this and scratched my head for a bit. The dbisam426b2006d.dpk
file was butchered when I used the "add file to project" button to add
dbisamct.pas from the dbsys\source folder, and the source was modified
thusly: >>

You probably don't want to add the dbisamct.pas unit to the DBISAM
design-time package.  Instead, add it to its own package or another user
package that you use for installing individual components that don't already
come with a package.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image