DesignReport Run Time
Hi
i have this code lines:
I want to show the design application of the report to change it.
But nothing happens (i have FR enterprise).
Any idea.... what is wrong?
Marco Branco
i have this code lines:
frxrServicos.LoadFromFile(ExtractFilePath(Application.exename)+'reports\certificados.fr3');
frxrServicos.Variables['top'] := 6;
frxrServicos.Variables['tecnico'] := quotedstr(mtServicosluTecnico.asstring);
frxrServicos.PrepareReport(true);
frxrServicos.DesignReport()
I want to show the design application of the report to change it.
But nothing happens (i have FR enterprise).
Any idea.... what is wrong?
Marco Branco
Comments
Thank's anyway
only had to change the last line of code to: