Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid & Activate Cell upgrade quirk
Message
From
12/10/1998 03:54:51
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00145831
Message ID:
00145840
Views:
42
>>>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

Hi again, Sarah.

You don't happen to have Form.LockScreen = .T., because that might prevent the action you want to take. Probably not. You might also try to requery() the source-view if indeed it is a view you have as a source.

Holding my thumbs
Danijel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform