<!DOCTYPE html><html><head>
<title></title>

<style type="text/css">body { font-family:'DejaVu Sans Mono'; font-size:13px}</style>
</head>
<body>On Fri, 06 May 2016 15:07:18 -0500, Aradeonas <aradeonas@operamail.com> wrote:<br><br><blockquote style="margin: 0 0 0.80ex; border-left: #0000FF 2px solid; padding-left: 1ex"><div>Thanks, It seems I should explain better.<br></div>
<div>For RecordCount you are right and it seems DBGrid doesn't know correct number either otherwise it should has a better scroll size.<br></div>
<div> </div>
<div>I want to do something like DBGrid and for that I want to get only a part of data for example record 1000 to 1100 and for that I can set <span class="highlight" style="background-color:rgb(255, 255, 255)"><span class="colour"><span class="font"><span class="size">BufferCount<span class="Apple-converted-space"> to 100 but in this case I should navigate dataset to record 1000 to get these value but I prefer to not change RecNo and use something like DataLink's ActiveRecord that changes record you want without changing RecNo of Dataset.</span></span></span></span></span><br></div>
<div> </div></blockquote><div><br></div><div>You can't, there is no way using TDataset facilities. But anyway, changing ActiveRecord *should* change RecNo (provided that RecNo is reliable, it definitively is not if Dataset.IsSequenced=false OR dataset is filtered), if it's not then you found a bug. </div><div><br></div><blockquote style="margin: 0 0 0.80ex; border-left: #0000FF 2px solid; padding-left: 1ex">
<div>So if I have 1 Dataset that is fully load all 1500 record can I just print records from 1000 to 1100 without changing RecNo?<br></div>
<div> </div>
<div id="sig12586409"><div class="signature">Regards,<br></div>
<div class="signature">Ara<br></div>
</div>
<div> </div></blockquote><div><br></div><div>Jesus Reyes A.</div></body></html>