|
-
Nov 13th, 2000, 09:18 AM
#1
Thread Starter
Lively Member
I have an Image box on my form. It loads pictures from a database. When It gets to a record with no picture it leaves the last one up there or gives an error. Depending on what code I write.
I need to set the Image1.Picture to (none). Like when you first load the form. Or just set it to "". Or clear the image. I can't find a way to clear the image.
Thanks
Brandon
-
Nov 13th, 2000, 09:23 AM
#2
Fanatic Member
Code:
Image1.Picture = Nothing
Hope that works for you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|