Printing part of text in BOLD in Navision

SbhatSbhat Member Posts: 301
edited 2002-12-21 in Navision Financials
Hi Folks,

I need to print a part of the text in Bold. For Example : In the Job table under description field i have a text 'Job No. 5000 is assigned to David Copperfield'. When i print a report i need to print the words 'David Copperfield' from the above text in BOLD.

Any input is highly appreciated.

Thanks

Best regards
Suresh.

Comments

  • MLW222MLW222 Member Posts: 42
    It is not a perfect solution:

    If your complete text is:
    'Job No. 5000 is assigned to David Copperfield'

    One solution, make whole textbox bold.

    The other is to split it into 2 textboxes:
    1box contains: 'Job No. 5000 is assigned to ' w reg text
    2box contains 'David Copperfield' w bold

    The problem with this is that if the length of text varies, then it does not line up neatly.

    You could solve that problem by a combo of setting align left/right and having routine to check length(s) and add padding (spaces) where needed.
    Entropy Happens
    Navision Financials 2.0
    blueOrbwise.net
Sign In or Register to comment.