0

Print: bold text

in print mode is there a way to highlight a few words in a text in bold? I tried to insert the html code in a function and I succeeded, but in creating the pdf the bold text is not highlighted. Why?

19 replies

null
    • Andrea
    • 6 yrs agoThu, September 27, 2018 at 11:12 AM UTC
    • Reported - view

    up

    Any suggestion?

    • Sakshi_Singh
    • 6 yrs agoThu, October 4, 2018 at 10:26 AM UTC
    • Reported - view

    Hi Andrea,

    You can format the text while in print layout,

    print bold

    Regards,

    Sakshi- Ninox

    • Andrea
    • 6 yrs agoThu, October 4, 2018 at 11:30 AM UTC
    • Reported - view

    Hi, i know that, but i need format only a part of a text or only some words..

    • Nick
    • 6 yrs agoThu, October 4, 2018 at 12:37 PM UTC
    • Reported - view

    If you use a Rich Text field, format the text the way you want and then print it?

     

    Nick

    • Nick
    • 6 yrs agoThu, October 4, 2018 at 12:40 PM UTC
    • Reported - view
    • Andrea.1
    • 6 yrs agoFri, October 5, 2018 at 6:44 AM UTC
    • Reported - view

    yes Nick i want print a text like your image

    • Nick
    • 6 yrs agoFri, October 5, 2018 at 7:00 AM UTC
    • Reported - view

    Sorry, I wasn't clear...

     

    Use Rich Text field istead of Text field in your database.

     

    Nick

    • Andrea.1
    • 6 yrs agoFri, October 5, 2018 at 8:00 AM UTC
    • Reported - view

    doesn't work... when i print the text isn't formatted. Have you tried to print it?

    • Nick
    • 6 yrs agoFri, October 5, 2018 at 8:15 AM UTC
    • Reported - view

    Works with Mac App and iOs.

    Maybe it's Web App's restriction?

     

    Nick

    • Tacho
    • 6 yrs agoFri, October 5, 2018 at 8:50 AM UTC
    • Reported - view

    Nick, which one did you make the screenshot from?

    • Nick
    • 6 yrs agoFri, October 5, 2018 at 8:52 AM UTC
    • Reported - view

    Mac app

    • Andrea.1
    • 6 yrs agoFri, October 5, 2018 at 10:01 AM UTC
    • Reported - view

    Web app's is different! why?! :(

    • dwiandi_gmailcom
    • 6 yrs agoSat, November 3, 2018 at 11:43 AM UTC
    • Reported - view

    I have same question,

    in printing mode, we need to combine several texts and fields altogether in a sentence. such as:

    The Date is 12-13 Nov 2018 at my Place.

    while the date and location is generated from fields.

    • Support
    • 6 yrs agoMon, November 5, 2018 at 3:59 PM UTC
    • Reported - view

    Hi, 

    You can also in print layouts use formulas like the following with the html() function, which will allow you to combine text snippets with the content of fields:

    html('First Name' + "<br> <b>" + 'Last Name' + "</b>")

    Best, Jörg

    • dwiandi_gmailcom
    • 6 yrs agoMon, November 5, 2018 at 11:30 PM UTC
    • Reported - view

    Great! Thank You I will try that.

    • dwiandi_gmailcom
    • 6 yrs agoTue, November 6, 2018 at 3:09 AM UTC
    • Reported - view

    I had try that but doesn't work for print

    • Support
    • 6 yrs agoFri, November 9, 2018 at 3:50 PM UTC
    • Reported - view

    Hi, 

    at which point does it not work? Does it work in the layout? 

    It will work in the print layout with a formula field.

    Best, Jörg

    • Thorn_Creative
    • 4 yrs agoTue, July 14, 2020 at 3:07 AM UTC
    • Reported - view

    Was this ever fixed? I am using the web version, and RTF only shows formatting in the designer layout not the actual pdf!

    • Fulvio
    • 4 yrs agoWed, September 30, 2020 at 8:12 AM UTC
    • Reported - view

    Rich text should be the solution to this, but rich text actually works very badly in Ninox print views. It renders very differently and unpredictably - sometimes line spacing is different, sometimes font sizes, it is absolutely not WYSIWYG. I have reverted back to using HTML as this is at least controllable and predictable, but it only seems to work in the app version, not the web version (whereas most other functions I need work in the web version, not the app version). So currently my team has to switch between both versions during their workflows, which is not ideal at all. Any clues on how to make the web version generate html rich text formulae?