Hello,
If a report is made by using the TReport class, a WMF-files is generated for each page of the report. If the report is made or its preview is closed, the WMF-files are deleted automatically.
I have 2 questions :
1. Is there a possibility to store these files ?
2. Can these WMF-files be opened ? With which software ?
Thanks.
Michel D.
Genk (Belgium)
TReport and its WMF-files
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: TReport and its WMF-files
The EMF files are stored at the Windows temporary directory: GetEnv("TEMP").driessen wrote:1. Is there a possibility to store these files ?
Yes, you may use a program like Paint Shop Pro, which it is shareware and may be downloaded from Internet.driessen wrote:2. Can these WMF-files be opened ? With which software ?