Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Way to find .Left for grid textboxes
Message
De
19/04/2004 15:19:18
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00896052
Message ID:
00896245
Vues:
21
Hi
Thanks
Because I used the textbox inside :)
lnLeft = OBJTOCLIENT(Thisform.grid1.columnN.text1,2)

Thanks.


>Hi Dorin,
>
>I'm not sure why yoou dismissed OBJTOCLIENT(). Try
>lnLeft = OBJTOCLIENT(Thisform.grid1.columnN,2)
>
>>Hi all
>>I want something like "in place editing" for a grid cell, but using another form object because the .ControlSource property for the column is an expression and the column is read-only.
>>Can I find the .Left coordinate relative to parent form? Because OBJTOCLIENT() is not usable in this case.
>>For relative .Top I succeded using ...
>>Grid.Top + Grid.HeaderHeight + Grid.RowHeight * (Grid.RelativeRow-1)
>>
>>Thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform