Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying Jpeg and BMP images files on a form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00460052
Message ID:
00461159
Views:
13
Thanks Larry and Barbara;
It works perfectly!
I had been beating my head against a wall looking for a complex answer, and it was right there all the time!
WHEW! delivery is back on schedule!


>
>The Image control has native support for BMP, GIF and JPEG. To display it dynamcally, just change the Picture property of the image.
>
>Ex.
>_Screen.AddObject("oimage","image")
>_Screen.oimage.Visible = .T.
>_Screen.oimage.Height = 200
>_Screen.oimage.Width = 200
>_Screen.oimage.Picture = "C:\Program Files\Common Files\Microsoft Shared\Stationery\Balloon Party Invitation Bkgrd.jpg"
>
>or in your case
>
>_Screen.oimage.Picture = mytable.Location
>
>HTH.
MSCE, MCSP, Microsoft Channel Partner

Relax, Boss. We will meet the deadline! What? You want to add MORE? What do you mean, Over Budget?

Opinions and comments are the sole responsibility of the sender, and accuracy, correctness, or pertinence is considered coincidental.
Previous
Reply
Map
View

Click here to load this message in the networking platform