Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending a JPG into a general field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01181794
Message ID:
01181796
Vues:
15
Can you post your code and the structure of the DBF/cursor that you are using?
CREATE TABLE TempGnrl FREE (tp_dummy C(1), tp_general G)
INSERT INTO tempgnrl (tp_dummy) VALUES ("X")
			
APPEND GENERAL tempgnrl.tp_general FROM &l_temp LINK
>I've been trying to append a jpeg file into a general field, but the field contains only the name of the jpeg instead of any graphical representation. Is there a specific class name for a jpeg?
>
>The syntax that is suggested is APPEND GENERAL FROM (filename) CLASS( classname ).
>
>I'm using IDAutomation to create bar codes (something that has proven to be much more complicated than need be), and I've tried CLASS("IDAuto.JPG"), but that has proven worthless.
>
>Suggestions?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform