Board index » delphi » Any idea why TQuery.Locate won't work
Charles Yeo
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Any idea why TQuery.Locate won't workI am using D3 and MSSQL6.5. After successfully posting a new record, I want Just before posting, I record the CustomID (a unique string value) then I Then the following line will fail even though I can SEE the record in the if not (BrowseQuery.locate('CustomID', CurrentID, [loPartialKey])) Any idea why this won't work for a newly inserted record....(Yes, there is ARGHHH!!!!!!! Charles |