Forum > Databases

Fast report windows 11

(1/2) > >>

flori:
Hi everyone!
Does anyone know why not working fast report on Windows 11? :-\

 the software stop automatically :S


--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---frxReport1.LoadFromFile('fr3')frxReport1.PrepareReport(true);frxReport1.ShowPreparedReport;

SymbolicFrank:
What version of Fast Report is used? Source code or DLL? What version is the report?

And it should probably be:


--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---frxReport1.LoadFromFile('Path_to_Report\Name_of_report.fr3')

flori:
yes im use frxReport1.LoadFromFile('filename.fr3')
on windows 10 working without problem..  i use fast report FastReport 6 VCL Professional

mangakissa:
Fast Report doesn't use DLL. Try to start the designer to check if de report is loaded

zeljko:
FastReports works here w/o problem on win 11 but I'm using qt lcl on win32 if that matters.

Navigation

[0] Message Index

[#] Next page

Go to full version