Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GOTO a record and set focus?
Message
From
28/02/1998 16:05:57
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00081466
Message ID:
00081904
Views:
33
>>>>I am using a GRID. I want to GOTO a particular record and set the focus so the cursor blanks on the first field on this record.
>>>>My code is:
>>>>goto cur_rec
>>>>what do I do here?
>>>
>>>GOTO cur_rec
>>>THISFORM.myGrid.Column1.SetFocus
>>---
>>Hi Colin and Ed
>>THISFORM.myGrid.Column1.SetFocus sets the focus to the first record
>>and not the current record.
>
>I agree with Ed. Check the value of cur_rec against RECNO() of grids RecordSource. They should match.

Is cur_rec some kind of independent variable on VFP pointing always to the
first record on the alias() table??

;->> a novice VFP developer in the making...

Mark Oliva
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform