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:52:46
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Secret : Click on first row on a grid ?
Miscellaneous
Thread ID:
00126926
Message ID:
00126926
Views:
58
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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Next
Reply
Map
View

Click here to load this message in the networking platform