Store selected Value from LookUp or DrillDown in Variable

mnewmedia
Member Posts: 13
Hi,
I would like to have Page where i have a variable which is a field with a DrillDown(Page Companies) and store the selected value in the variable.
Does somebody know how i can do that?
I only could get a LookUp work with this Code in the OnLookup Trigger
I would like to have Page where i have a variable which is a field with a DrillDown(Page Companies) and store the selected value in the variable.
Does somebody know how i can do that?
I only could get a LookUp work with this Code in the OnLookup Trigger
IF PAGE.RUNMODAL(PAGE::Companies) = ACTION::LookupOK THENBut then i still don't know how to store the selected value in the variable, it just stays empty...
mnewmedia
NAV 2009 R2
NAV 2013 R2
NAV 2009 R2
NAV 2013 R2
0
Comments
-
Create a variable for the company table and then pass as the second parameter in the RUNMODAL statement, the company table will then be positioned on the selected company record after the page has been closed.0
-
Ok Thanks, it works now with this code:
IF PAGE.RUNMODAL(PAGE::Companies, CompaniesRec) = ACTION::LookupOK THEN BEGIN CompanyFrom := FORMAT(CompaniesRec); END;
But is this also possible as a DrillDown?mnewmedia
NAV 2009 R2
NAV 2013 R20 -
Yes it will, but with a drill down you would not normally select a record but only show a filtered list of items, so normally steps would be...
1) Create a variable for the drilldown table
2) Apply the appropriate filter on the drilldown table
3) Create a variable for the form
4) Set the LOOKUPMODE to false on the form
5) use SETTABLEVIEW on the form passing in the table
5) do a MyForm.RUNMODAL;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