Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
Filter operation on a lookup field
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Question:
How can I filter on a lookup field in a dataset?
Answer:
You cannot use the lookup field's name in the filter string, but you can use an OnFilterRecord event handler instead.
Comments:
|