Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending image to a general field dynamically
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01249153
Message ID:
01249160
Views:
16
>Hi all,
>
>How do I convert an image into OLE data so I can append it into the general field?
>I need to do this dynamically in command not by copying and pasting.

Not sure if I follow you, but you can do something like this
create cursor test (image G)
append blank
append general image from (lcYourBMPFile)
browse last
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Reply
Map
View

Click here to load this message in the networking platform