Picture on page

  • Thread starter Thread starter Ig
  • Start date Start date
I

Ig

Hi, I have an embedded picture with caption on tab page and want to make it
appear and disappear
when certain conditions happen.
To make it disappear I just code it like : Me!MyTab.Picture = "".
But how to make it restore after that?
Thanks
 
' Visible = NO
Save off the PictureData property
Set the Picture prop to ""

' Visible = YES
Copy the Saved PictureData prop back to the Tab Page PictureData prop.


A googleGroups search on my last name and PictureData should produce sample
code.
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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