joaobc
5 years agoOccasional Contributor
How to filter a grid using native features of delphi
In a grid of a delphi application, it is possible to make this filter in the table via script command in the test complete?
Investigating in the object browser of that grid, I found the command that does the filtering at that address
(...).DataController.Filter.FilterText, contained this: "(DESCRIPT LIKE 'Óleo%') AND (VALUE = 3,2248)"
However if I change the data in the DESCRIPT or VALUE field and execute it it seems that it has no effect.
In several doubts I solved consulting the topics of the documentation(https://support.smartbear.com/testcomplete/docs/app-objects/specific-tasks/grids/devexpress-quantum/index.html), but in this specific case I couldn't find anything that would help me