Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrollbar
Message
From
22/10/2002 17:36:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Scrollbar
Miscellaneous
Thread ID:
00714131
Message ID:
00714131
Views:
47
Hi,

I have a form with a pageframe and one of the page I insert the image object with predefined width and height. If I selected an image which happened to be wider and taller than my predefined spec I want to programmatic Change to include/exclude the vertical and horizontal scrollbars. So, far I don't have any luck with this. Can someone help me out. Thanks

This is what I have so far..

If Thisform.pageframe1.page1.image1.width > 300
ThisForm.scrollbar = 3
else
ThisForm.scrollbar = 0
endif

thisform.refresh
Next
Reply
Map
View

Click here to load this message in the networking platform