Página 1 de 1

New() metod parameter

Publicado: Mar Nov 05, 2013 9:39 am
por proxima
Hi,
In Sergey's version parameter of frReportManager:new() method was not the report file name but path of the dll file f.e.:
oFrnPrn := FrReportManager():new( cFrhSysPat+"FrSystH.dll" ). We use this approach and put a file on server side in a common path (usually proximadll ) so is easy to replace it with newer version and all our programs/modules can easy find it ( thay are placed in different sub paths of main directory ). Now we can't find a way to tell to FastReport where is dll file placed. Is it possible to restore this or we are missing something ?
Andrzej Morgiewicz

New() metod parameter

Publicado: Mar Nov 05, 2013 10:38 am
por ignacio
Hello,
There is no a explicit method New() on Sergey frReportManager class. I guess you are talking about the Init() method.
I'm afraid the DLL must be on the executable directory or in the system path.
Regards,

New() metod parameter

Publicado: Mar Nov 05, 2013 5:58 pm
por ignacio
ignacio escribió el mar, 05 noviembre 2013 10:38Hello,
There is no a explicit method New() on Sergey frReportManager class. I guess you are talking about the Init() method.
I'm afraid the DLL must be on the executable directory or in the system path.
Regards,

On next revision there will be a new class var with the name cDllPath for that purpose.
Regards,