Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid & Activate Cell upgrade quirk
Message
 
To
12/10/1998 03:17:15
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00145831
Message ID:
00145838
Views:
43
>>I have a app which I plan to distribute in vfp3 (for the 16bit'ers) and vfp5.
>>
>>I have done all my development in 3 and have found the port up to 5 really great. One niggle is that I have a grid with no horizontal scroll bar but a keypress event on the last column to reset the grid back to the first cell when the user presses enter.
>>
>>this.parent.parent.activatecell(1,1)
>>
>>In vfp3 this moves the focus back to the first column
>>In vfp5 the focus moves to the first VISIBLE column.
>>
>>What should I do to correct this?
>>Sarah
>Hi Sarah,
>To row 1, col 1 really ?
* Beforerowcolchange
>LPARAMETERS nColIndex
>if lastkey() = 13 and ;
>	this.activecolumn = this.columncount
>	go top in (this.recordsource)
>	this.refresh
>endif
Cetin

Cetin, thanks... but the important bit is the COLUMN 1, this code took me to row1 but not column 1 which is exactly what vfp3 let me do and what I need. Any other ideas?

Sarah
Sarah King
pcpropertymanager.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform