Image of each record on continuous form

  • Thread starter Thread starter Emanuel Violante
  • Start date Start date
E

Emanuel Violante

Hi everyone,

I have a database of all products in a continuous form, and each time i
select a record, the image of the selected product is shown on the form
header.

For that prupose I placed the following code In the OnCurrent event:

Me.ImgStock.Picture = "s:\pictures\" & Me.FOTO

What I was asked to do, is to create another continuous form, where 10
product lines would be visible, and on each record, a little image of the
product.
I tried simply to place the imgstock picture field, but all the 10 records
have the image of the selected record :S

Could anyone help me, please??????

Thanks in advance,

Sorry if my english isn''t correct, but I''m from Potugal ;)

Emanuel Violante Galeano
 
Emanuel,
you are in luck! That question was answered in great detail with some code
just a few days ago.
Look for answers by Crystal - not sure which of these discussion groups it
is in.


Jeanette Cunningham
 
Hello Jeanette,

Thanks for your post, but I've been searching for the post you told me but I
can't find it!!!!!!! :((

Any help, please????

--
Thanks,

Sorry if my english isn''t correct, but I''m from Potugal ;)

Emanuel Violante Galeano
 
Emanuel,
it is in forms.coding
Look for replies by strive4peace.
The start of the thread is called
multiple subform images per main search from record
The person asking was carcher
The date was 6/04/2008



Jeanette Cunningham
 
Back
Top