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.
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.