Search found 1 match

by subnike
02.02.2007, 09:37
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: OnCalcFields and RecNo
Replies: 3
Views: 1191

I find the code in ZAbstractRODataset.pas line:1678 function TZAbstractRODataset.GetRecNo: Longint; begin if Active then UpdateCursorPos; Result := CurrentRow; end; Why use UpdateCursorPos? When I obtain RecNO also setting up its RecNO in the meantime, such as whether have a little aoddiness. And I ...