Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Position reference does not work
Message
De
15/01/2005 12:14:30
 
 
À
15/01/2005 02:37:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00977436
Message ID:
00977467
Vues:
23
>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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform