Filter data tablebox based on textbox data

Resender
Member Posts: 119
Well I solved the problem that I had so I'm changing the post to share it rather then have the question here for all 'eternity'.
I had a form that needed some change, you had to be able to fill in a barcode and that had then to retrieve the location of the packet.
On the form was already a tablebox showing all valid locations, the idea is after a location is found to show all the records lining to this location.
Beneath is the solution,codLocation is a code 20 global variable, shown in a textbox called txtboxLocation.When a valid location is found or the OnAfterValidate() of the location textbox,
a function is called that executes the following:
IF codLocation <> '' THEN BEGIN
SETRANGE("Location Code",codLocation);
END ELSE BEGIN
SETRANGE("Location Code");
END;
CurrForm.UPDATE;
So this will set the range on the source table of the form to the found codLocation, if a valid one is found.
If codLocation is empty,either because none was found or because you emptied the Location textbox, all the records will be shown.
I had a form that needed some change, you had to be able to fill in a barcode and that had then to retrieve the location of the packet.
On the form was already a tablebox showing all valid locations, the idea is after a location is found to show all the records lining to this location.
Beneath is the solution,codLocation is a code 20 global variable, shown in a textbox called txtboxLocation.When a valid location is found or the OnAfterValidate() of the location textbox,
a function is called that executes the following:
IF codLocation <> '' THEN BEGIN
SETRANGE("Location Code",codLocation);
END ELSE BEGIN
SETRANGE("Location Code");
END;
CurrForm.UPDATE;
So this will set the range on the source table of the form to the found codLocation, if a valid one is found.
If codLocation is empty,either because none was found or because you emptied the Location textbox, all the records will be shown.
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