frReport1.LoadFromFile

The code :
if OpenDialog1.Execute then
begin
frReport1.LoadFromFile(OpenDialog1.FileName);
frReport1.DesignReport;
end;

Gives an error :
List Index Out Of Bounds
In FR_Class at row :
AddObject(b, '');

How to solve this ?
Please help !

Thx

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 12:16PM
    hi
    loadfrom file requires fullpathname +filename as a string.
    check to see what is being returned in the filenamestring from the filenameproperty of fileopendialog
    may have to look like
    loadfromfile('+(opendialog1.filename)+')
    regards
    gord ;)

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.