Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scrollbar
Message
De
22/10/2002 17:36:00
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Scrollbar
Divers
Thread ID:
00714131
Message ID:
00714131
Vues:
48
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform