Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to move MODIFY FORM editor window programmatically
Message
From
14/09/2005 19:16:00
 
 
To
13/09/2005 23:35:38
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01049280
Message ID:
01049698
Views:
15
Thanks. That really helped.

I like your wisdom: Work is the curse of the drinking class.

Alex

>In meta-code
>
>
>oFrmLeft=create("form")
>oFrmLeft.name=sys(2015)
>oFrmLeft.left=..., .right= etc
>oFrmright.... same, just for the right side
>modify form frm1 window (ofrmLeft.name) nowait
>aselobj() here to get reference to this one
>modify form frm2 window (oFrmRight.name) nowait
>activate window (oFrmRight.name)
>aselobj() again to get reference to the right one
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform