Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Prevent Users
Message
 
 
À
26/11/2004 14:57:25
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00964953
Message ID:
00965036
Vues:
10
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform