Preview Easyreport

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Preview Easyreport

Post by Otto »

Is it possible to select an other temp folder for the meta-file.

Some of the admins do not like that you have access to windows/temp.

Thanks in advance
Otto

There are some things in vrd.exe which should be cleaned up.
Is Timm still working on Easyreport?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Otto,

Timm recently contacted us and he said he was going to publish a new version.

The fix you mention for the windows\temp is it for FiveWin preview or for EasyReport ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
Timm Sodtalbers
Posts: 25
Joined: Sat Oct 08, 2005 6:44 am
Location: Aurich, Germany
Contact:

Post by Timm Sodtalbers »

Hi Otto,

if EasyPreview does not have the right to create files in the windows
directory use this to work around restricted access:

// redirects the temporary preview files to an existing folder.
oPrn:cDir := "c:\test\"

// Sets the name of the temporary file EasyPreview generates.
EP_SetTempFile( "c:\test\epreview.tmp" )

Best regards, Timm.

Timm Sodtalbers
Sodtalbers IT
www.reportdesigner.info
Post Reply