Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Prevent Users
Message
 
 
To
26/11/2004 14:57:25
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00964953
Message ID:
00965036
Views:
9
Hi Dragan,

There'are a few problems with your code:

1. The COPY commnand works with tables only
2. If you meant COPY FILE command than it will not work either because it cannot see files included into EXE

Including BMP into EXE wouldn't work in this case because user has access to reports and can remove BMP from the reports all together or point to some other BMP.


>Keep the bitmap under a different name inside the project (i.e. rename, then include). Each time before you run a report, copy it out to the original filename.
>
>Let's say you have Image.bmp. Create a copy named image_copy.bmp and include it in the project. Then
>
>
copy image_copy.bmp to image.bmp
>report form ... etc
>
>So whatever anyone may do to the bitmap, you will always overwrite.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform