Home RAP

Passing Parameters

edited May 2004 in RAP
Hello,

Am using D7 and rbv7.03

I have the following code in my button OnClick event:

rbMyReport.Template.LoadFromFile;
rbMyReport.Parameters.Items['ppParameter1'].Value := 0;
rbMyReport.Print;

I want to test for the value of this parameter in the BeforePrint event of
the Detail Band of my report but cannot figure out how to do it. Can
someone help please or is there an example somewhere that I can study?

tia

Kevin

Comments

This discussion has been closed.