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

Comments

  • edited 12:16PM
    You can Apply a filter to the Table/Query... have you tried this?

    Regards.
  • edited 12:16PM
    hi,
    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;

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.