Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FPT too big - help!!!!
Message
From
29/11/2002 03:36:57
 
 
To
28/11/2002 19:27:08
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00728035
Message ID:
00728114
Views:
18
>wait ... I figured out how to display it in a form using a picture control. However, when I skip to the next record in the catalog the picture stays the same. The picture control doesn't have a refresh property. Thanks so much!!

Add some code in an event you perform in skipping records, such as

with myimageobj
.picture = picturename
.refresh()
endwith
Previous
Reply
Map
View

Click here to load this message in the networking platform