Dears,
i am trying to set a the Text inside form string control to bold using the MyControl.Bold(9) function, on activate method of the form, but its not working.
can you please advise how to do it?
Dears,
i am trying to set a the Text inside form string control to bold using the MyControl.Bold(9) function, on activate method of the form, but its not working.
can you please advise how to do it?
Hi sylvesterD365,
D365 has a well-thought-out interface that prohibits setting certain properties to bold.
But you can try other methods, although they are a bit more troublesome.
WIth Extensible Controls you can set the font style by HTML5 coupled with JavaScript.
Step 1,Create a new model named FinaceOperations.
Step 2,add three resources as NAMNavigationMenuCtrl.htm,NAMNavigationMenuCtrl.js,NAMNavigationMenuCtrl.css.
Step 3,Create a model called NavMenuTest, select properties and change the model to NavMenuTest.
Step 4, Add a new form to the NavigationMenuTest project and call it NATForm1.
You should now have the following project structure:
Step 5,Fill the code in the file:
Step 6,Make NavigationMenuTest the startup project and NATForm1 the startup object.
And see the result:
https://sangeethwiki.blogspot.com/2017/09/extensible-controls-in-dynamics-365-for.html
regards
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156