Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Way to find .Left for grid textboxes
Message
From
19/04/2004 10:54:34
 
 
To
19/04/2004 06:27:42
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00896052
Message ID:
00896123
Views:
13

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.


You can use:
Column.Bound = .F.
* this free the textbox, but you cannot put the expression into the Text

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)


You use VFP6 ?

This problem is fixed into VFP8 ( VFP7 ? i donnot remember )
OBJTOCLIENT(...Column.Text1,..)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform