Re-set picture property for each continuous form

R

Rod

I'm sure this will have been asked before:

I need to change the picture property of an image control on each generation
of a continuous form. Basically, I am creating a list, each row of which is
one generation of a continuous form, and want an icon alongside each row
which relates to the content of the row.

Unlike reports, there is no OnFormat event for the detail section of a form.
I need to use a form and not a report as I want interactivity - effectively
inline edit.

Any ideas?
 
R

Rod

This allows me to change the image for a single form. Using this coding sets
the image to the same image for all "rows" of a continuous form. I need the
image to change for every new form within a continuous form.
 
Top