FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper Preview Easyreport
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Preview Easyreport
Posted: Fri Dec 02, 2005 04:43 PM

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?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Preview Easyreport
Posted: Fri Dec 02, 2005 08:02 PM

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
Posts: 25
Joined: Sat Oct 08, 2005 06:44 AM
Preview Easyreport
Posted: Sat Dec 03, 2005 08:09 AM

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

Best regards, Timm.



Timm Sodtalbers

Sodtalbers IT

Continue the discussion