Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display Sequence of Forms In Formset During Development
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00561669
Message ID:
00561686
Views:
35
>>>In VFP 5 I have a formset with 6 forms which are all the same size. During development, the * last * form added is always on top whereas I would like one of the other forms to always appear on top. I have tried cascading the forms before saving and changing the tabindex without success.
>>>TIA.
>>
>>Did you try zOrder method of a form?
>
>Sergey,
>
>Would the event be fired when I load the form for editing? That is my problem.

I don't know but you can try:
- Select any object on the form you want to bring to the front
- Go to the command window
DIMENSION laArr[1]
= ASELOBJ(laArr,1)
of1 = laArr[1]
? of1.Name
? of1.zOrder(0)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform