Link to home
Start Free TrialLog in
Avatar of froggybird
froggybird

asked on

Lookup information for field 'X' is incomplete - error msg

Hi,

Please help.. I am not an expert in Delphi, yet :-) and been left with an application to convert from Delphi3 to Delphi5. Since the conversion, when the app is opening a table I get the following error message "Lookup information for field X is incomplete".

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of kretzschmar
kretzschmar
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of froggybird
froggybird

ASKER

kretzschmar,

Thank you for the quick answer.

Not sure I'm going in the right place.. I went to the table Update Table Definition, and in that problematic Fields, I have all lookup properties completed (KeyFields / LookupCache / LookupDataset / LookupDataset / Lookup Keyfields and LookupResult). To double-check I deleted this field and re-added it making sure I have all Lookup Definition fields entered.. still the same error message..

Am I looking at the wrong place?
Sorry kretzschmar, i was not looking at the right table (silly me), thank you very much.
thanks :-)

glad to helped you
good luck again

meikl ;-)
Use "Fields Editor" -> "Add New Field" and create lookup there, you will not forget anything.
In my case "KeyField" was missing.