Recent

Author Topic: LazReport printing direct .lrf  (Read 7921 times)

Anonymous

  • Guest
LazReport printing direct .lrf
« on: May 30, 2005, 01:57:10 am »
howto print direct or previre .lrf, without open a designer?
equal a Grid Preview

Thanks,
Fernando

Anonymous

  • Guest
LazReport printing direct .lrf
« Reply #1 on: May 30, 2005, 03:31:25 pm »
With the TFrReport.ShowReport statament. But unfortunetly at least I can't load the file with the LoadFromFile statament. I've got Unsupported FRF format exception.

Anonymous

  • Guest
LazReport printing direct .lrf
« Reply #2 on: May 30, 2005, 04:18:52 pm »
too
message: Unsupported FRF format exception

how-to?

goliver see it

Anonymous

  • Guest
LazReport printing direct .lrf
« Reply #3 on: May 30, 2005, 04:43:02 pm »
I obtained

  frReport1.ShowProgress :={$IFDEF WIN32}False{$ELSE}True{$ENDIF};
  frReport1.LoadFromXMLFile('teste.lrf');
  frReport1.ShowReport;

but he has direct that to call the application it are of lazarus, for the executable one, inside lazarus causes brake

 

TinyPortal © 2005-2018