Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you programmatically “Bring to Front” ?
Message
From
27/12/2000 15:49:04
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00457146
Message ID:
00457158
Views:
29
>>>>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)
Hey Fred,
Works as a method...thanks... :)))
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform