![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Reported for Version 2.01 » View Incident Report |
![]() |
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 Wednesday, February 8, 2023 at 07:22 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |