Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending image to a general field dynamically
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01249153
Message ID:
01249178
Vues:
19
>>Why you use GENERAL field? Why not use BLOB field?
>
>This is a legacy application which uses a general field in the application's system parameter table. This field contains clients' company logo. It is used in forms as well as reports. A client wants to change it any time they want. We are trying to come up with an approach to make as little change as possible.
>
>Hugo: I'm familiar with the command, however, with this method, only the appended image name is seen rather than the image contents.

You must NOT enclose the filename in quotes
APPEND GENERAL yourfield FROM yourfilename.jpg &&or 
APPEND GENERAL yourfield FROM ("yourfilename.jpg")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform