Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending a JPG into a general field
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01181794
Message ID:
01181796
Views:
14
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform