when does the onAction event fire?
I’ve got a list view of companies and a global gCompanyFilter. i want to issue an SQL query similar to -“select ID from companies where name like…” using the contents of the global field as the criteria then adjust the found set accordingly. Using the onAction event the user needs to complete editing the field and exit before the filter can be applied.
Is there a way to filter the records while remaining in the global field as the user is typing? Are there any plans to add a KeyDown event or something similar?
thanks
Ian