Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture in cursor
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00180962
Message ID:
00181165
Views:
12
>>>>>>You can build a one column table which holds a blank General field, then serial join it in with your result set. After that, you'd need to USE DBF("YourCursorName") AGAIN ALIAS WriteableCursor. Then you can APPEND GENERAL all day long.
>>>>>>
>>>>>>Am I missing something?
>>>>>
>>>>>I must be missing something. I couldn't get APPEND GENERAL to work. The docs say it's just for OLE. How do you get it to work with just a .BMP?
>>>>
>>>>Append Memo bitmaps from OVERWRITE
>>>>
>>>>You may or may not have the original file name stored into some other field. But then, this won't do you no good if you want to use this .bmp right away, directly from the memo field. It's just stored there, but VFP knows only it's a bunch of bytes in a memo field, and doesn't know if it's a horse or a laser or what. If you need to use it to be displayed right out of the field, you'd better manage to get Append General (is he a real general? I've heard he's just a relative to gen. Fields) working.
>>>
>>>I need it to display in a grid, so it has to know what it is.
>>>
>>>Thanks,
>>>
>>>-Michelle
>
>I might also add, it's pretty ugly. I think you might want to look at generating an html page and viewing them in the browser, or putting an image control on the form and refresh it's picture property from the grid.


That won't work for me. I need the pictures to be in the grid.

Thanks anyway,

-Michelle
Previous
Reply
Map
View

Click here to load this message in the networking platform