Next record in page (type Card)

Remco
Member Posts: 81
In the Page Customer Card you have 2 items in the actionmenu, Previous (Ctrl+PgUp) and Next (Ctrl+PgDn). I want them to promote to the Actionpane. I created myself 2 icons on the actionpane, but it is not possible to go to the next page. It seems that the Customer No. is hard filtered. however with Ctrl+PgDn it is possible to go to the next customer. Has somebody a good advise how to do this? By the way, I also tried to work with SendKeys.
0
Answers
-
I added them first as an action and then set the property promoted to yes.0
-
and do you expect them to work without coding, or property setting? :-k
it would just be a miracle :!:
next and previous actions are built in actions of some types of pages, AFAIK, you have to replicate their behaviour with NEXT and NEXT(-1) instructions...i don't know if there are properties instead of code to achive this...0 -
Off course I added code behind the actions with NEXT(1) and NEXT(-1). But this doesn't work. it skips to the next record but flips back again to the existing record.0
-
-
As I said in my initial post i tried it also with SendKeys, but this also doesn't work.0
-
Remco wrote:As I said in my initial post i tried it also with SendKeys, but this also doesn't work.0
-
Remco wrote:As I said in my initial post i tried it also with SendKeys, but this also doesn't work.
Works like charm :
CREATE(WSHShell,TRUE,TRUE);
WSHShell.SendKeys('^{PGDN}');
CLEAR(WSHShell);
is the code for Next record-Mihail- [MCTS]0 -
Thanks Mihail, it works like that.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