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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top