I'm getting an Elisterror list index out of bounds and I don't know what is causing it. I'm trying to print a report on a 4 x 6 card in landscape mode. It seems to happens when I change the margin settings. Running 6.3 Pro. TIA
I moved the open statements for the pipeline from the OnShow to the OnCreate event and the problem went away. Yesterday I upgraded to the Pro version and I can't get the Dbisam demo to work. What do I need to do to get Dbisam version 3.3 to work with RB?
After downloading, you can open this package project and generate the package from within Delphi 6. You can then install it using Component | Install Packages.
You should then be able to run the DBISAM example in RBuilder\Demos\End User Database\DBISAM
I installed the package ok but I get the following errors when I try to compile the Dbisam demo:
[Error] daDBISAM.pas(354): Undeclared identifier: 'TLanguageSettings' [Error] daDBISAM.pas(358): Undeclared identifier: 'LanguageID' [Error] daDBISAM.pas(358): Undeclared identifier: 'SortID' [Error] daDBISAM.pas(358): Types of actual and formal var parameters must be identical [Error] daDBISAM.pas(360): Missing operator or semicolon [Error] daDBISAM.pas(360): Statement expected, but expression of type 'String' found [Fatal Error] myEURpt.pas(93): Could not compile used unit 'daDBISAM.pas'
My path is pointing at both the lib and directory of Dbisam. TIA
I took Tom's demo, it had an old version of the DBISAM pas file. I downloaded DBISAM 3.05, compiled the dade plugin, and ran our end user demo, and it worked inDelphi 6, RB 6.03, DBISAM 3.05. Here are the files that should work this time.
Comments
OnCreate event and the problem went away. Yesterday I upgraded to the
Pro version and I can't get the Dbisam demo to work. What do I need
to do to get Dbisam version 3.3 to work with RB?
Bob Parrish
I've regenerated the DADE plug-in package for DBISAM successfully using this
package project:
http://www.digital-metaphors.com/tips/RBDBISAM304.zip
After downloading, you can open this package project and generate the
package from within Delphi 6. You can then install it using Component |
Install Packages.
You should then be able to run the DBISAM example in RBuilder\Demos\End User
Database\DBISAM
Cheers,
--
Tom Ollar
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
I installed the package ok but I get the following errors when I try
to compile the Dbisam demo:
[Error] daDBISAM.pas(354): Undeclared identifier: 'TLanguageSettings'
[Error] daDBISAM.pas(358): Undeclared identifier: 'LanguageID'
[Error] daDBISAM.pas(358): Undeclared identifier: 'SortID'
[Error] daDBISAM.pas(358): Types of actual and formal var parameters
must be identical
[Error] daDBISAM.pas(360): Missing operator or semicolon
[Error] daDBISAM.pas(360): Statement expected, but expression of type
'String' found
[Fatal Error] myEURpt.pas(93): Could not compile used unit
'daDBISAM.pas'
My path is pointing at both the lib and directory of Dbisam. TIA
Bob
I'm still waiting for an answer to my previous post. Your demo for
dbisam still won't work!
Bob
downloaded DBISAM 3.05, compiled the dade plugin, and ran our end user demo,
and it worked inDelphi 6, RB 6.03, DBISAM 3.05. Here are the files that
should work this time.
http://www.digital-metaphors.com/tips/RBDBISAM305.zip
Cheers,
Jim Bennett
Digital Metaphors Corp
http://www.digital-metaphors.com
info@digital-metaphors.com