Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid pointer does not move along with New record button
Message
 
To
04/01/2005 00:12:09
Freddie Rodrigues
Bitrun Business Solutions
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 6 SP3
Miscellaneous
Thread ID:
00973979
Message ID:
00974250
Views:
26
This message has been marked as the solution to the initial question of the thread.
>Hi,
>
>In the data grid I select [New] to enter a new record. This does create a new record. But I do not see the Grid pointer move simultaneously.
>
>Could someone help.
>
>Here's the code in the [New] button.
>
>lcOldTalk = SET("TALK")
>SET TALK OFF
>lcOldDeleted = SET("DELETED")
>SET DELETED OFF
>APPEND BLANK
>SET TALK &lcOldTalk
>SET DELETED &lcOldDeleted
>THISFORM.Refresh
>
>Thanks,
>F.Rodrigues

You should set focus to the grid:
Thisform.Grid1.SETFOCUS()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform