Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Secret : Click on first row on a grid ?
Message
From
14/08/1998 10:57:53
 
 
To
14/08/1998 10:52:46
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00126926
Message ID:
00126930
Views:
20
>I have an editbox class that in gotfocus expands limited to its parent.container and shrinks to one line height in lostfocus. Here is the gotfocus code :
>
WITH this
>  thisform.lockscreen = .t.
>  IF !.readonly or ;
>     ( !isnull(evaluate(.controlsource)) and ;
>	!empty(evaluate(.controlsource)) )
>	if .parent.baseclass="Column"		&& We are in a grid
>		.parent.parent.scrollbars = 0  && Turn of scrollbars
>		.parent.parent.rowheight	= .ExpandedHeight
>		.parent.width			= .ExpandedWidth
>	else
>		.height	= .ExpandedHeight
>		.width	= .ExpandedWidth
>		.zorder(0)
>	endif
>  ENDIF
>  thisform.lockscreen = .f.
>ENDWITH
Expanded* props are set in init. When dropped to grid and sparse=.f., works good (err nearly, otherwise no problem).
>
>If tab is used to move to field or relativerow#1 and clicked no problem, it works as intended :)
>
>The problem is :
>When user (me now) clicks on memofield and grid.relativerow=1, grid.rowheight changes but not column width :(
>
>Any ideas what's happening when relativerow=1 and clicked (I want to drop extra workaround code in click). MTIA.
>Cetin

Did you try to push Column.Visible=.f. Column.Visible=.t. ?
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform