|
Home > Archive > FoxPro Help and Support > October 2005 > Images in Grid!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Ioannis Stefis 2005-10-01, 7:23 am |
| Hi to all!
I have a very small table (4 records) with two fields (field 1, CHARACTER,
name of a fruit - field 2, GENERAL, image of a fruit) keeping small .jpg
images in the general field of the table.
I want to display in a 2 columns Grid the contents of the table. Column1
Names, Column2 Pictures). I want to see all the pictures, not only the
picture of the current row! Is it possible! I am able to put an Image
control to the second row of the Grid?
Any help and solutions appreciated!
Stefis Ioannis
| |
| Mike Gagnon 2005-10-01, 11:23 am |
| >I am able to put an Image
> control to the second row of the Grid?
And set the Sparse property of the column to .F.
"Ioannis Stefis" <stefsin@otenet.gr> wrote in message
news:eS$6YUnxFHA.1028@TK2MSFTNGP12.phx.gbl...
> Hi to all!
>
> I have a very small table (4 records) with two fields (field 1, CHARACTER,
> name of a fruit - field 2, GENERAL, image of a fruit) keeping small .jpg
> images in the general field of the table.
>
> I want to display in a 2 columns Grid the contents of the table. Column1
> Names, Column2 Pictures). I want to see all the pictures, not only the
> picture of the current row! Is it possible! I am able to put an Image
> control to the second row of the Grid?
>
> Any help and solutions appreciated!
>
> Stefis Ioannis
>
>
>
>
>
>
|
|
|
|
|