Empty Report

PixelPointerPixelPointer Vaughan, Ontario
edited 8:48PM in FastReport 3.0
This may sound like a silly question, but is there anyway that I can show a message to report users when a report has no data?

Comments

  • edited 8:48PM
    begin
    DataSet_Name.Open;
    If DataSet_Name.RecordCount = 0 then//where report dataset or MasterData.DataSet
    ShowMessage('Report is empty');
    end;
  • PixelPointerPixelPointer Vaughan, Ontario
    edited 8:48PM
    Thanks, Den.

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.