Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND GENERAL question
Message
 
 
À
12/09/2007 09:29:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01253901
Message ID:
01253906
Vues:
18
It's one of the reasons why you shouldn't store images in the General field. The better way is to use blob field (VFP9) or store full file name in the table and keep images on disk.

>
>I have this code snippet:
>
>local cFile
>cFile = getfile('BMP')
>if !empty(cFile) and file(cFile)
>   select eboihd
>   append general bmp1 from (cFile)
>endif
>
>
>This works in my VFP8SP1 interactive mode and the compiled exe on my computer. However, the same exe will not work in another PC. The append general inserts the thumbnail with the filename instead. And the report which uses this bitmap printouts the thumbnail with the filename rather than the actual bitmap. Any ideas?
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform