Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with lost focus of textbox in grid column
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00949487
Message ID:
00949631
Views:
12
Well Fabio, I got to eat crow :-(, your code did work, I had not removed the lostfocus code but I did have to change some syntax:
Grid.Init
*!* ADDPROPERTY(m.this,'LastColumn',0)
This.AddProperty("LastColumn",0)

Grid.AfterColRow
LPARAMETERS nColIndex
*!* IF m.nColIndex=1 AND m.this.LastColumn=m.this.ColumnCount AND INLIST(LASTKEY(),9,13)
*!*	SKIP 1
IF m.nColIndex=1 AND m.this.LastColumn=m.this.ColumnCount AND !INLIST(LASTKEY(),5,9)
	KEYBOARD '{DNARROW}'
ENDIF
Thanks a lot
Extreme Programming = Plan -> Design -> Code -> Test
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform