Need help with more questions on NA40-222

csimoneaux
Member Posts: 168
I made a 79 on test. I just need a little more help.
Does anyone remember questions on the following topics?
1. On a report changing DUE date to Bold if within 3 days of due date.
Is this possible? How.
2. Report - Grouping with Posting Date & Customer No. Even if one Customer filtered..still prints header for posting date and then Customer header. How to stop if only 1 customer selected.
3. Proper procedure to update a Balance field on the Customer card (Balance field is new stored field - not a flowfield). Video rental made and they want customer card update (using standard methodology)
4. When should you remove a modify flag?
Please help. [-o<
Does anyone remember questions on the following topics?
1. On a report changing DUE date to Bold if within 3 days of due date.
Is this possible? How.
2. Report - Grouping with Posting Date & Customer No. Even if one Customer filtered..still prints header for posting date and then Customer header. How to stop if only 1 customer selected.
3. Proper procedure to update a Balance field on the Customer card (Balance field is new stored field - not a flowfield). Video rental made and they want customer card update (using standard methodology)
4. When should you remove a modify flag?
Please help. [-o<
0
Comments
-
Here's a quick thought but something like this might work
OnFormat(...)..
IF TODAY-"Due Date" < 4
THEN CurrForm."Due Date".UPDATEFONTBOLD(TRUE);
ELSE CurrForm."Due Date".UPDATEFONTBOLD(FALSE);0 -
Or:
CurrForm."Due Date".UPDATEFONTBOLD(TODAY-"Due Date" < 4);
Maybe you have to set some more parentheses.0 -
I gotta work on my streamlining of code0
-
It comes down to the same thing Harry, and at the end of the day, your version is easier to read0
-
I believe that the bold is to print on a report...not a form. Guess I should have mentioned that earlier.0
-
CurrReport."Due Date".UPDATEFONTBOLD(TODAY-"Due Date" < 4);
Have you tried that?0 -
CurrReport."Due Date".UPDATEFONTBOLD(TODAY-"Due Date" < 4);
The syntax is all wrong. UPDATEFONTBOLD does not work with CurrReport. It is not possible to insert such a command.
Have you tryed it?0 -
No I haven't tried it myself, but that's what I WOULD try if I were to face that problem. I have never had the need to dynamically change a textbox to bold. If that doesn't work, the next thing I would do is create an additional section and print either one depending on the value of your test.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