Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
This is a VFP BUG ?
Message
De
24/08/2002 18:34:49
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00693016
Message ID:
00693351
Vues:
17
>Hello to ALL,
>
>I have a products table that has a field named IMAGE of type GENERAL used to store the product's photo. This is made as follow:
>
>Select Products
>xxImage = GETPICT()
>APPEND GENERAL image FROM (xxImage)
>
>Everything ok, but when a enter MODIFY GENERAL Image
>only a little image of the photo is shown with the name of the file below it, like a "Link", that is, it isn't shown the complete photo.
>
>The photo looks well (complete) If a cut and paste the photo directly into the field but I want to do that programmaticaly.
>
>Any sugestion will help me a lot.
>
>Thanks
>
>Amilcar Pino

In addition to replies you got: you should not use general fields for images. It uses up too much space (in tests, 20x the amount of the JPG file!), and there is no easy way to get the data from the General field back to a JPG (or other format) file.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform