Dataset "" is no exists

edited 2:19AM in FastReport 3.0
Hi Im using FR3.7, I have a report and I asssign dinamicly the dataset And i still
getting thie error (Dataset "" is not exits) why?

Thanks.

Comments

  • edited 2:19AM
    Show me the code where you assign the dataset.
  • edited 2:19AM
    procedure TdmRuta.DataModuleCreate(Sender: TObject);
    begin

    frxreport1.DataSets.Add(frxDBDataset2);
    frxdbdataset2.Open;
    end;


    I have assigned alredy (design time) a dataset to my frxDataset2
  • edited 2:19AM
    you can use it like as:
    frxReport1.EnabledDataSets.Add(frxDBDataSet1);

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.