Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

My program dont send parameters to rave report

Status
Not open for further replies.

ja2

Programmer
Aug 13, 2008
2
PL
Hi

I have a big problem, my programs dont send parameters to Rave report project. Data taken from DataViev (conected with RvDataSetConnection) are fine, but rave dont show my parameters. I have this code:

with datam.rap do
begin
Open;
SetParam('wilgopt','qwer');
SelectReport('wilg',false);
ExecuteReport('wilg');
Close;
end;

It work with one program but dont work with oder program. I use Delphi 2006 pro and rave report 6.5.0.

Please help me, it is very important for me.

Sorry for language mistakes I don't know english very well.
 
Thanks but there is nothing about fixing problems. I change my code with advices written there but it still the same.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top