Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2.6->VFP Form converter
Message
 
 
To
19/10/2006 11:18:51
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Network:
Novell 5.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01063841
Message ID:
01163335
Views:
12
Or you can just use NAME clause
DEFINE WINDOW tt FROM 2,2 TO 45,24 NAME oDW
oDW.Left = oDW.Left + 200
oDW.Show()
...
>Define Window actually does create a form, with some special set of properties, so it looks that way. Try this:
>
>
DEFINE WINDOW tt FROM 2,2 TO 45,24
>ACTIVATE WINDOW tt
>o=_screen.Forms(1)
>o.Left = o.Left + 200
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform