![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Reported for Version 4.22 » View Incident Report |
| Reported By: Maarten Heuvel Reported On: 3/9/2006 For: Version 4.22 Build 3 |
DBISAMTable1.Active:=True;
DBISAMTable1.setrangestart;
DBISAMTable1.KeyFieldCount:=1;
DBISAMTable1.setrangeend;
DBISAMTable1.KeyFieldCount:=1;
DBISAMTable1.ApplyRange;
Showmessage('Recordcount:'+Inttostr(DBISAMTable1.RecordCount));
Showmessage('PhysicalRecordcount:'+Inttostr(DBISAMTable1.
PhysicalRecordcount));
if DBISAMTable1.Ranged then
Showmessage('Ranged')
else
Showmessage('not Ranged');
// Error Table Ranges=False! and recordcount = 0
DBISAMTable1.CancelRange;
// Error Table recordcount = 0This web page was last updated on Sunday, February 22, 2026 at 11:19 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

