Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you programmatically “Bring to Front” ?
Message
From
27/12/2000 15:44:50
 
 
To
27/12/2000 15:44:03
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00457146
Message ID:
00457157
Views:
21
>>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform