![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Support Forums » ElevateDB General » View Thread |
Messages 1 to 3 of 3 total |
![]() |
Thu, Aug 3 2017 6:28 AM | Permanent Link |
Michael Saunders | Can I use variables determined at runtime in a filter expression either as the filter property or by using the OnfilterRecord event The examples I have seen all seem to require literal values eg
'City = ' + QuotedStr('Manchester'); but I want to do something like this 'City = ' + QuotedStr(table.fieldByName('City').asstring); Thanks Mike |
Thu, Aug 3 2017 7:49 AM | Permanent Link |
Roy Lambert NLH Associates ![]() | Michael
You can do it in the OnFilterRecord if you can figure out the appropriate code. There's no built in facility though. The nearest you can get is to use queries or a master-detail relationship Roy Lambert |
Thu, Aug 3 2017 10:36 AM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | Michael,
<< Can I use variables determined at runtime in a filter expression either as the filter property or by using the OnfilterRecord event The examples I have seen all seem to require literal values eg 'City = ' + QuotedStr('Manchester'); but I want to do something like this 'City = ' + QuotedStr(table.fieldByName('City').asstring); >> You can do the latter, but, as you show, you have to construct the filter expression in code. Filters don't really need parameters like SQL because there isn't really much to the parsing/preparation phase. Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Wednesday, July 2, 2025 at 06:46 PM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |