Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Reported for Version 2.01 » View Incident Report |
Serious |
Reported By: Trevor Davis Reported On: 8/20/2008 For: Version 2.01 Build 4 |
procedure TForm1.FormCreate(Sender: TObject); begin EDBTable1.open; end; procedure TForm1.Button1Click(Sender: TObject); begin //CustomerID is primary key. CustomerNo is a secondary index. //This causes the problem if IndexName is blank (using primary key). EDBTable1.Locate('CustomerNo', 1002, []); //This causes the problem if IndexName is CustomerNo (secondary index). //EDBTable1.Locate('CustomerID', 10002, []); end;
This web page was last updated on Tuesday, October 8, 2024 at 06:36 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |