FastReport3
Dear Friend,
Could you tell me How I can print the datafield that I selected before. For example
if a datafield value True then it can be selected and printed else not.
I have a datasource named medicine and about 10 records in it. I want to choose
for example 5 of them I have them printed. I dont know if I could explined.
Thanks for your help...
Could you tell me How I can print the datafield that I selected before. For example
if a datafield value True then it can be selected and printed else not.
I have a datasource named medicine and about 10 records in it. I want to choose
for example 5 of them I have them printed. I dont know if I could explined.
Thanks for your help...
Comments
Regards.
Thanks for the the answere.But I found a way like this and it works.
on masterdata1.BeforePrint' ine yazdım.
if <frxDBDataset3."DURUM">=true then
MasterData1.Visible := True else
MasterData1.Visible := False;