Hi everybody ...
here i would like to change Captions of Label control .
i am getting multiple value from database at runtime.
i need to show them in a single label just like Updating values in a dialog window.
but navision has reserved properties. i could not able to do it.
so anybody has solutions for this?
regargs,
Ramesh
0
Comments
I used the CaptionClass-property in the table-field and made a new function in codeunit 1. If you wanna see how CaptionClass work you can have a look at the dimensions or the VAT-fields (amount incl. VAT) in the sales documents. This fields are changed on run time.
In codeunit 1, I changed the CaptionClassTranslate-function and added a third option. Then I read a new function where I get my description using different parameters, i.e. user name and session id. In the CaptionClass-property in the table I just enter my parameters (starting with 3 for the third option) which I check in the new function and then I get the description I need.
I hope someone can understand what I mean?!
Otherwise ask again and I try to explain it again/more detailed!
Greetz
Nicole
Microsoft Dynamics NAV Partner
Bad Nauheim, Germany
http://www.protakt.de
http://twitter.com/protakt
http://www.mibuso.com/forum/viewtopic.php?t=6746
Greetz
Nicole
Microsoft Dynamics NAV Partner
Bad Nauheim, Germany
http://www.protakt.de
http://twitter.com/protakt