How Do You Change the Color of a Record in NAV

jmcit
Member Posts: 10
Hello,
I need to highlight in red a record in NAV given a condition is met.
When trying to do this on a form it reports ...
The Dynamic Property 'ColorSet' cannot be changed in this context. Please could you advise.
Thank You
A
I need to highlight in red a record in NAV given a condition is met.
When trying to do this on a form it reports ...
The Dynamic Property 'ColorSet' cannot be changed in this context. Please could you advise.
Thank You
A
0
Comments
-
You need to handle the condition in the OnFormat trigger and use the property UPDATEFONTCOLOR:
OnFormat(VAR Text : Text[1024];) IF .. THEN CurrForm.Status.UPDATEFORECOLOR(255) ELSE CurrForm.Status.UPDATEFORECOLOR(0); END;
* Daniele Rebussi * | * Rebu NAV Diary *0 -
Thanks for your reply.
How do I do this for an entire record rather than just a field on a form ??.
Regards
A0 -
Must be done on every single field as far as I remember.
Daniele* Daniele Rebussi * | * Rebu NAV Diary *0 -
geordie wrote:Must be done on every single field as far as I remember.
Daniele0 -
STILL GETTING THE FOLLOWING ERROR MESSAGE WHEN USING THE format PROPERTY .
The dynamic Property Colorset cannot be changed in the context.
You tried to change the ColorSet to on the TextBox named Service Item No.
Please help
Regards
Andrew0 -
STILL GETTING THE FOLLOWING ERROR MESSAGE WHEN USING THE format PROPERTY .
The dynamic Property Colorset cannot be changed in the context.
You tried to change the ColorSet to on the TextBox named Service Item No.
Please help
Regards
Andrew0 -
The property you modify through the code is Forecolor using the function UPDATEFORECOLOR. (See the example that geordie posted before).0
-
Many Thanks for all your contributions I now have this working as expected. Just a pity that there is not a single command to highlight an entire record rather than having to set the property on each field. ](*,)0
-
0
-
rspmca wrote: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