Assign form.picture1 to report.image.picture

  • Thread starter Thread starter Raymond Chiu
  • Start date Start date
R

Raymond Chiu

I have draw the picture on the form picture box control.
Is it possible to copy the picture to the report control?

If possible, What control?
What is the syntax?

I have put the following code in report.activate event.

Me.Sections("section6").Controls.Item("image3").Picture =
FormsName.Picture1.Picture

But it does not work?

Any ideas.
Thanks for your help.
 
Sorry, I have posted in wrong place. As I am using VB.
Any ideas are welcome if you know.

Thanks,
 
Back
Top