An open letter to Microsoft from a NAV Consultant since 3.1
Comments
-
matttrax wrote:Didn't think I came off as mean at all. Sorry if I did. Everyone's opinion is valid and that's the whole point of forums, to get varying opinions.mdPartnerNL wrote:Issue: Can't create a new or modify a record with only function keys (as I understand it)
?
This is fine by me0 -
I just got back from holidays
check the properties "style"-"styleexpr" of the fields. Use them to change the color of the text.
You just have to write one line of code to change the value of the styleexpr property, if you want.0 -
Belias wrote:I just got back from holidays
check the properties "style"-"styleexpr" of the fields. Use them to change the color of the text.
You just have to write one line of code to change the value of the styleexpr property, if you want.
Thanks for the help. In which trigger can I use this code? For example: I have 5 lines and the third line has a amount < 0. The other lines have an amount >= 0. I want the Amounts < 0 to be in red.0 -
in the amount field set property:
style=unfavorable
styleexpr=myboolean
CAUTION! when you declare myboolean variable in c/al globals, be sure to set Includeindataset property of the variable to yes.
in onaftergetrecord trigger write:myboolean := amount < 0;
0 -
Thanks for the example. At least showing existing data can have different colors. I will test it out.
Note: When a new record is created, or record is modified, this trigger will not fire...is there another?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