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
IF PAGE.RUNMODAL(PAGE::Companies) = ACTION::LookupOK THEN
But then i still don't know how to store the selected value in the variable, it just stays empty...
Comments
NAV 2009 R2
NAV 2013 R2
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;