possible to catch an event when filter on page is changed?

vaxo_jj
Member Posts: 54
Hi mibuso-people,
is it possible to somehow catch an event when a filter on a page(default ones, "Limit total to") is added or changed?
my problem is that I have a page with a subform and I want to add filters on a main page(header) and based on that filter update a sub-form.
thx
is it possible to somehow catch an event when a filter on a page(default ones, "Limit total to") is added or changed?
my problem is that I have a page with a subform and I want to add filters on a main page(header) and based on that filter update a sub-form.
thx
0
Comments
-
=Resolved=
It can be catch in OnFind() trigger.0 -
LastFilters = Text[1024]
OnAfterGetRecord()
IF GETFILTERS<>LastFilters THEN
BEGIN
LastFilters:=GETFILTERS;
MESSAGE(GETFILTERS);
END;-Mihail- [MCTS]0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions