Discussion:
Unable to add package Rave70VCL70 to design packages...
(too old to reply)
lucarou
2007-03-15 19:05:22 UTC
Permalink
I use Delphi 7 and upgraded to Rave 7.0 BEX (Borland Edition
eXtended).

I din't check it then but a few days ago I noticed all of Rave's
components had disappeared from delphi's component palette, went to
"Component", "Install Packages" and noticed package "Rave Reports 7.0
BEX Package" was unchecked.

Every time I try to check it I get the same message and it wont be
added:

"Cannot load package 'Rave70VCL70'. It contains unit "RvCsData" which
is also contained in package 'prxControlsPkg'.

prxControlsPkg is a package of mine which doesn't even mention
"RvCsData".

Rave's Tech Support suggests a conflict between the different versions
of Rave, but I canĀ“t solve it.

Any ideas?

Thanks in advance, loucarou

:-)
Trevor Keegan
2007-03-15 22:19:40 UTC
Permalink
Hi,
Do you have an earlier verion of RAVE in your list of installed packages?

Regards
Trevor Keegan
lucarou
2007-03-16 14:50:58 UTC
Permalink
Thanks Trevor for your answer, there was no Rave package installed,
everything was gone!

This morning I uninstalled Rave BEX 7 and Delphi to reinstall them in
the following order:

1) Delphi 7
2) Rave BEX
3) Installed my package

Everything is fine now, I can see all components and my package is ok.

My trouble is still getting an Access Violation when I run
TRvProject.ExecuteReport(reportname). The settings are ok, everything
is fine, except for this.

The code is:

procedure TTprxCmpCABECERAImpresionForm.Button2Click(Sender: TObject);
begin
inherited;

if RvProject1.Active = False then
RvProject1.Active := True;

try
if RvProject1.SelectReport('Report1', False) = True then
RvProject1.ExecuteReport('Report1');

except

;

end;



end;

end;


And the properties for TRvProject are (all valid values):

object prxRvProject1: TprxRvProject
DLLFile = 'C:\DevelopPrx\Exe\RaveSolo.dll'
LoadDesigner = True
ProjectFile = 'C:\DevelopPrx\Exe\pCatalogo_Report.rav'
Left = 344
Top = 17
end

I would greatly appreciate any ideas.

According to Nevrona Tech Support there must be some compatibility
issue between Rave's components bundled with Delphi 7 and the BEX
package I purchased, but won't give me a solution.

Thanks a lot and best regards, Luciano

:-)

Have you got any ideas?

Loading...