Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This is a VFP BUG ?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00693016
Message ID:
00693037
Views:
33
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform