Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
This is a VFP BUG ?
Message
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:
00693037
Vues:
29
>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

GETPICT() returns a picture object. Use GETFILE() instead.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform