EtvFilter and FastReport
Hello
Anybody worked with etvFilter and FastReport. I am trying to update data in a report from the actual filtered value that I get from etvFilter on a seperate form. This etvFilter component can generate sql strings that is based on the filter I set. My question is how to update the values in the report so it is based on this sql string or filter, anybody done this or used etvFilter with FastReport?
Regards
Stiffe
Anybody worked with etvFilter and FastReport. I am trying to update data in a report from the actual filtered value that I get from etvFilter on a seperate form. This etvFilter component can generate sql strings that is based on the filter I set. My question is how to update the values in the report so it is based on this sql string or filter, anybody done this or used etvFilter with FastReport?
Regards
Stiffe
Comments
are you trying to change the sql of a report that has a query on a report dialog
form at runtime?
regards
n the component EtvFilter is a function called
"Filter.ConstructSQLFilter(Filter.Used)" And the filter used is the
filtered data. The returned sql string looks like ((phone='1123223' and town = 'Sundsvall')) Any help is good help for me.
Regards
Stiffe