Recent

Author Topic: Fast report windows 11  (Read 2474 times)

flori

  • Full Member
  • ***
  • Posts: 196
Fast report windows 11
« on: January 12, 2022, 04:06:02 pm »
Hi everyone!
Does anyone know why not working fast report on Windows 11? :-\

 the software stop automatically :S

Code: Pascal  [Select][+][-]
  1. frxReport1.LoadFromFile('fr3')
  2. frxReport1.PrepareReport(true);
  3. frxReport1.ShowPreparedReport;

SymbolicFrank

  • Hero Member
  • *****
  • Posts: 1313
Re: Fast report windows 11
« Reply #1 on: January 12, 2022, 05:28:41 pm »
What version of Fast Report is used? Source code or DLL? What version is the report?

And it should probably be:

Code: Pascal  [Select][+][-]
  1. frxReport1.LoadFromFile('Path_to_Report\Name_of_report.fr3')

flori

  • Full Member
  • ***
  • Posts: 196
Re: Fast report windows 11
« Reply #2 on: January 12, 2022, 05:36:04 pm »
yes im use frxReport1.LoadFromFile('filename.fr3')
on windows 10 working without problem..  i use fast report FastReport 6 VCL Professional

mangakissa

  • Hero Member
  • *****
  • Posts: 1131
Re: Fast report windows 11
« Reply #3 on: January 13, 2022, 04:32:29 pm »
Fast Report doesn't use DLL. Try to start the designer to check if de report is loaded
Lazarus 2.06 (64b) / FPC 3.0.4 / Windows 10
stucked on Delphi 10.3.1

zeljko

  • Hero Member
  • *****
  • Posts: 1594
    • http://wiki.lazarus.freepascal.org/User:Zeljan
Re: Fast report windows 11
« Reply #4 on: January 13, 2022, 04:43:34 pm »
FastReports works here w/o problem on win 11 but I'm using qt lcl on win32 if that matters.

Guylain

  • New Member
  • *
  • Posts: 16
Re: Fast report windows 11
« Reply #5 on: January 17, 2022, 06:39:49 am »
I use Lazreport and got same type of problem (see post in Lazreport section).
I use formulas with format for date and numbers, and the same report was okwith W10.
I change format to 'text', and uses format functions in memo scripts, and my reports work now in W11
Mainly Lazarus 2.0.0, FPC 3.0.4, SVN 60307, x86_64-win64-win32/win64, on HP Core i7
Also Lazarus 2.2.0, FPC 3.2.2, Revision 2_2_0

 

TinyPortal © 2005-2018