Re: Index Sequence



Try doing a GO RECNO() somewhere in your code, like where you're doing your
grid.Refresh() (just before it).

--
Fred
Microsoft Visual FoxPro MVP


"Andy Trezise" <andy@xxxxxxxx> wrote in message
news:uYkHJut6FHA.1420@xxxxxxxxxxxxxxxxxxxxxxx
> Yes I refresh the grid but it has no immediate effect....it's not until
> you scroll up / down etc that the sequence is corrected
>
> "Olaf Doschke" <T2xhZi5Eb3NjaGtlQFNldG1pY3MuZGU@xxxxxxxxxx> wrote in
> message news:urTbxRq6FHA.3048@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi Andy,
>>
>>> Just wondered if anyone else had seen this behaviour and whether there
>>> was a way around it.
>>>
>>> I don't want to loose the functionality that buffering brings but it
>>> sometimes seems more hassle than it's worth.
>>
>> I'd say the grid has more to do with it, than the
>> buffering. If you refresh() the grid after adding the
>> new record, does it sort "immediately"?
>>
>> Bye, Olaf.
>>
>
>


.



Relevant Pages

  • Re: Calculations in grid
    ... - if you have a buffered table, (row or table buffering), you might want to put this code into the YourGrid.AfterRowColchange event ... > underlying table here and refresh the grid. ... > like it mixes up the different columns and calculates the qty field from one ...
    (microsoft.public.fox.helpwanted)
  • Re: Index Sequence
    ... Yes I refresh the grid but it has no immediate effect....it's not until you ... >> I don't want to loose the functionality that buffering brings but it ...
    (microsoft.public.fox.vfp.dbc)
  • Re: Child grid woes
    ... pointer), but only with the wait statements running. ... in the grid refresh I've issued a NODEFAULT. ... insert into kid values ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Child grid woes
    ... row of the child grid, then click the refresh button (which issues a form ... insert into kid values ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Refreshing a datagrid at predetermined intervals?
    ... nothing to do with server-side programming. ... > Now, however, I need to have the grid 'refreshed' at certain intervals. ... > database and repopulate the grid. ... > not a programmed refresh. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading