Mega Code Archive

 
Categories / Delphi / Examples
 

Filter operation on a lookup field

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.