OK button not visible in Lookup Mode

ottobe
Member Posts: 67
I have to look up a customer no in a field in a page. I am using standard Customer List as Lookup form.
I can not set TableRelation in table to Customer table, so I will use code on the OnLookup trigger in the page.
But whatever I do, I do not get OK button in Customer List when I look up.
There is no properties set on Lookup in either table field or in page field.
( If I use IF pCustomerList.RUNMODAL = ACTION::OK THEN.. instead it works, but also when user escapes list)
Is there some restrictions on this i RTC?
I can not set TableRelation in table to Customer table, so I will use code on the OnLookup trigger in the page.
But whatever I do, I do not get OK button in Customer List when I look up.
There is no properties set on Lookup in either table field or in page field.
( If I use IF pCustomerList.RUNMODAL = ACTION::OK THEN.. instead it works, but also when user escapes list)
Is there some restrictions on this i RTC?
pCustomerList.LOOKUPMODE(TRUE); pCustomerList.EDITABLE(TRUE); // Does'nt matter IF pCustomerList.RUNMODAL = ACTION::LookupOK THEN BEGIN pCustomerList.GETRECORD(Customer); "Bill-to Customer No. MP" := Customer."No."; END; //IF PAGE.RUNMODAL(0, Customer) = ACTION::LookupOK THEN .. Do not work either
0
Comments
-
I have tried your scenario and its working fine in all cases, what is your NAV version?0
-
If the page that you are making the LookUp from is not editable, then you will not be able to do a lookup, and because of that, you will neither have OK or Cancel Buttons on the form you are trying to open.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