I started use EasyReport as a tool for my reports: i think is great for who is searching for a report tool that have the right measure of low and high level, and specially for its total compatibility with the logic of simple printing of Clipper.
I have this question: i note that if i put a .bmp file (for example LOGO.BMP) in a printarea of my .vrd file that phisically exists in a certain directory (example C:\EXAMPLE), in the relative .V01 ascii file generated, it has a reference with the complete path ( C:\EXAMPLE\LOGO.BMP ) and all works fine in my pc. At runtime and while i open the .vrd file with VRD.EXE, the visual tool of EasyReport.
But when i distribute my application to my customer's pc, i have to change it manually in the .V01 ascii file specifying ".\LOGO.BMP" (i put all .bmp files in the same dir of my .exe file) to print my bitmap at runtime, because he has the application installed in a different path.
I think leave this mode, but i note that the visual ambient of EasyReport (VRD.EXE) when i open my .vrd file doesn't display the bitmap.
Someone can help me ?
Thank you.
Max