Discussions
Activity
Best Of...
Sign In
·
Register
Home
›
NAV Tips & Tricks
Howdy, Stranger!
It looks like you're new here. Sign in or register to get started.
Sign In
Register
Quick Links
Categories
Recent Discussions
Activity
Best Of...
Unanswered
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
115
Navision DOS
854
Navision e-Commerce
1K
NAV Tips & Tricks
772
NAV Dutch speaking only
615
NAV Courses, Exams & Certification
2K
Microsoft Dynamics-Other
1.5K
Dynamics AX
305
Dynamics CRM
109
Dynamics GP
10
Dynamics SL
1.5K
Other
993
SQL General
384
SQL Performance
34
SQL Tips & Tricks
34
Design Patterns (General & Best Practices)
Architectural Patterns
10
Design Patterns
5
Implementation Patterns
53
3rd Party Products, Services & Events
1.7K
General
1.1K
General Chat
1.6K
Website
79
Testing
1.2K
Download section
23
How Tos section
260
Feedback
12
NAV TechDays 2013 Sessions
13
NAV TechDays 2012 Sessions
Disallow multiple selection in a list page.
neuroelectronic
Member
Posts:
8
2017-06-09
in
NAV Tips & Tricks
We often use LoopupMode on pages to use them to allow selecting a known value for a field.
When calling a page with RUN/MODAL is it possible to disallow the user from selecting multiple lines in the lookup page?
0
Best Answers
vaprog
Member
Posts:
1,141
2017-06-12
edited 2017-06-12
Answer ✓
I am not aware of such a setting. But the user will quickly learn, that only the
focussed
row will be returned.
You need special programming to retrieve
all selected
records from a page.
6
neuroelectronic
Member
Posts:
8
2017-06-16
edited 2017-06-16
Answer ✓
I'm trying to prevent the user from selecting multiple records. Isn't that clear by the way I've worded it?
Why?
Because it's non-intuitive and misleading to the user, clearly. What a asinine question.
"Why not" is a better question, and leads to some interesting conclusions...
0
Answers
vaprog
Member
Posts:
1,141
2017-06-12
edited 2017-06-12
Answer ✓
I am not aware of such a setting. But the user will quickly learn, that only the
focussed
row will be returned.
You need special programming to retrieve
all selected
records from a page.
6
neuroelectronic
Member
Posts:
8
2017-06-12
What a lovely bit of software.
0
neuroelectronic
Member
Posts:
8
2017-06-16
edited 2017-06-16
Answer ✓
I'm trying to prevent the user from selecting multiple records. Isn't that clear by the way I've worded it?
Why?
Because it's non-intuitive and misleading to the user, clearly. What a asinine question.
"Why not" is a better question, and leads to some interesting conclusions...
0
Juhl
Member
Posts:
724
2017-06-17
Maybe it can be done by checking the selectionfilter for a count, in the right place/trigger in the page.
Just a theory
Follow me on my blog
juhl.blog
0
Sign In
or
Register
to comment.
Answers
You need special programming to retrieve all selected records from a page.
Why?
Because it's non-intuitive and misleading to the user, clearly. What a asinine question.
"Why not" is a better question, and leads to some interesting conclusions...
Just a theory