I put a multiline textbox into a Form and viewed it in the RTC. I noticed that there's a great difference in how this Textbox is displayed in the Classic and the RTC Client. In the RTC Client there are a maximum of 3 lines displayed. To see more you a have to use the scroll bar. This is not dramatical but a little bit annoying.
My question is: Is there any possibility to show a greater block then the 3 lines in the RTC?
Thanks for your help in advance
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thank you for the information.
Using addins is a way I prefer to avoid. And I'm looking for a solution that works for both the classic client and the RTC or is the addin you are thinking of working that way.
Thanks for a more concrete answer in advance.
It will create textbox which will resize based on the page size. If you want to have it editable, you can react on the LostFocus event and read the data from the textbox e.g. by this xml:
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I followed those posts with interest. But to understand it completely: Where do I have to add this code? Have you maybe a finished example where I could have a look at? It might be easier to understand...
Thanks in advance!
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.