Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can you programmatically “Bring to Front” ?
Message
De
27/12/2000 15:44:50
 
 
À
27/12/2000 15:44:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00457146
Message ID:
00457157
Vues:
23
>>>in vfp60,
>>>Can you programmatically, in code, “BRING TO Front” or
>>>“Send to Back”? if so, how?
>>
>>Look at the Zorder method of various controls.
>Hey Fred,
>My code is... thisformset.form1.pageframe1.page2.text15.zorder =1...
>and I get an error message saying... Property ZORDER is read only..
>any ideas?

Try calling it as a method, not a property:

thisformset.form1.pageframe1.page2.text15.zorder(1)
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform