Discussion:
RVBASE.RVC - other issue
(too old to reply)
clacke
2007-04-29 07:23:35 UTC
Permalink
Hi all.
As stated in another message, migrating an application with a report from
delphi 7 (Rave 5.0.8) to delphi 2007, I obtained, at run time a "CANNOT OPEN
FILE RVBASE.RVC" exception and a solution was the following: open (at design
time) the report, find the events and recompile them.
My report project contains many reports and I don't remember how many events
are written.
Is there any way to see or compile all code behind all reports or, at least,
behind one report without touch every component and switch to event editor?
TIA

clacke
Eldon Lewis
2007-04-30 17:22:43 UTC
Permalink
Clacke,

When you hit the compile button, it recompiles all of the scripting in the
entire .rav file. There is no need to find all components that have
scripting attached to it.

Eldon Lewis
Nevrona Designs
Post by clacke
Hi all.
As stated in another message, migrating an application with a report from
delphi 7 (Rave 5.0.8) to delphi 2007, I obtained, at run time a "CANNOT
OPEN FILE RVBASE.RVC" exception and a solution was the following: open (at
design time) the report, find the events and recompile them.
My report project contains many reports and I don't remember how many
events are written.
Is there any way to see or compile all code behind all reports or, at
least, behind one report without touch every component and switch to event
editor?
TIA
clacke
Loading...