Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Position reference does not work
Message
From
15/01/2005 12:14:30
 
 
To
15/01/2005 02:37:24
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00977436
Message ID:
00977467
Views:
24
>Dear Experts
>
>The following command works fine
>Thisform.container7.Top=Thisform.shape4.Top
>
>and this command does not work
>Thisform.container7.Top=Thisform.container1.shape4.Top
>
>How to put container7.top as the top of container1.shape4's top
>
>Please help
Thisform.container7.Top=Thisform.container1.Top+Thisform.container1.shape4.Top
* OR
Thisform.container7.Top=OBJTOCLIENT(Thisform.container1.shape4,1)
Previous
Reply
Map
View

Click here to load this message in the networking platform