| Author |
Adding a digital photo to a table
|
|
| Dan Goldberg 2005-04-23, 9:23 am |
| I am working on an order entry system and would like to be able to add
to the form that defines the model a digital photo. (e.g.. pushbutton
"Enter photo") I have never used ole fields and would appreciate any
suggestions or tutorial references that would point me in the right
direction.
Thanks
Dan Goldberg
| |
| Jean-Pierre Martel 2005-04-24, 3:23 am |
| In article <KoXic1ASFHA.432@news-server>, Dgoldberg@serratus.com says...
>
> I have never used ole fields and would appreciate any
> suggestions or tutorial references that would point me
> in the right direction.
Why an OLE field? It's so easy to store digital photos in _binary_
fields.
[url]http://www.compkarori.com/dbase/bu12ce02. htm#Binary%20fields[
/url]
Jean-Pierre Martel, editor
The dBASE Developers Bulletin
Blue Star dBASE Plus Core Concepts Graduate
| |
| evilaro 2005-04-24, 8:23 pm |
| Dan:
Besides the comment from Jean Pierre...
I use the system of referencing the images.. in another way..
Add a field on the table called PHOTO and put the name of
the image there.
Then the image object can take it from the table without interfering with
it.
Hope it helps.
Emilio
"Dan Goldberg" <Dgoldberg@serratus.com> escribió en el mensaje
news:KoXic1ASFHA.432@news-server...
> I am working on an order entry system and would like to be able to add
> to the form that defines the model a digital photo. (e.g.. pushbutton
> "Enter photo") I have never used ole fields and would appreciate any
> suggestions or tutorial references that would point me in the right
> direction.
>
> Thanks
> Dan Goldberg
>
>
| |
| Dan Goldberg 2005-04-24, 8:23 pm |
| Thanks for the suggestions and references. I was also able to find
some code from previous new group discussions on the topic of importing
photo's to binary fields.
Dan
evilaro wrote:
> Dan:
> Besides the comment from Jean Pierre...
>
> I use the system of referencing the images.. in another way..
>
> Add a field on the table called PHOTO and put the name of
> the image there.
>
> Then the image object can take it from the table without interfering with
> it.
>
> Hope it helps.
>
> Emilio
>
>
> "Dan Goldberg" <Dgoldberg@serratus.com> escribió en el mensaje
> news:KoXic1ASFHA.432@news-server...
>
>
>
>
|
|
|
|