Italicize program name

Former Member
Former Member $organization

Hi,

We have program names that are partially or completely italicized and manage outside of Tessitura.  Is there a way to do this within program name?

Thanks in advance,

Jeri

Parents
  • Former Member
    Former Member $organization
    Yes it does, Jon, and I thank you so very much for taking the time.


    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Jon Ballinger
    Sent: Wednesday, August 25, 2010 6:04 PM
    To: Jeri Henderson
    Subject: RE: [Tessitura Technical Forum] Italicize program name

    Hi Jeri,

     

    Hi Joe,

     

    In SSRS reports formatting part of a textbox is not supported in 2005.  So you will have to have two textboxes one for the unformatted part with an expression like

     

    =iif(instr(Fields!lname.Value,"{")>0,

    left(Fields!lname.Value,instr(Fields!lname.Value,"{")-1)

    ,Fields!lname.Value)

     

    The other textbox being for just the iltalic part of the string making sure the font for the box has italic set,and expression in it like the following:

     

    =iif(instr(Fields!lname.Value,"{")>0,

    lset(mid(Fields!lname.Value,instr(Fields!lname.Value,"{")+1),

    (InStrRev(Fields!lname.Value,"}"))- (instr(Fields!lname.Value,"{")+1))

    ,””)

     

    This should give you in two separate textboxes:

    Jeri Henderson in memory of Nancee Hickman 

     

    You can do more text formatting in Infomaker which allows you to change this all in one textbox.  I have not tried a working example.  Also I have not tried this in word but I would think it is possible.

     

    Hope that helps,
    Jon

     

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Jeri Henderson
    Sent: Wednesday, August 25, 2010 5:24 PM
    To: Jon Ballinger
    Subject: RE: [Tessitura Technical Forum] Italicize program name

     

    I don't know what you mean "you save it with the tokens in place".  Do you type something special in the program name like: Jeri Henderson {in memory of Nancee Hickman}?  And we would need to act on them in both areas.  Thanks for taking the time to explain.

     


    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Jon Ballinger
    Sent: Wednesday, August 25, 2010 5:14 PM
    To: Jeri Henderson
    Subject: RE: [Tessitura Technical Forum] Italicize program name

    When you save the program name in tessitura you save it with the tokens in place.  Do you need to know how to act upon them in work or in a report or both?

    From: Jeri Henderson <bounce-jerihenderson2389@tessituranetwork.com>
    Sent: 8/25/2010 4:04:41 PM

    Jon,

    That is exactly what we need.  How do I set that up?

     


    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Jon Ballinger
    Sent: Wednesday, August 25, 2010 4:59 PM
    To: Jeri Henderson
    Subject: RE: [Tessitura Technical Forum] Italicize program name

    Jeri,

    I was thinking of somthing where you put curly braces around the italicized part.  Then in the report or even word act upon the curly braces and italicize that part.

    From: Jeri Henderson <bounce-jerihenderson2389@tessituranetwork.com>
    Sent: 8/25/2010 3:44:41 PM

    Hi Jon,

    We pull names out using Tessi report PROGRAM NAME LISTING and reformat ital in Word.  I've not worked with tokens before but can investigate that.  Thanks a bunch for the tip.

    Jeri


    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Jon Ballinger
    Sent: Wednesday, August 25, 2010 4:39 PM
    To: Jeri Henderson
    Subject: Re: [Tessitura Technical Forum] Italicize program name

    Hi Jeri, 

    Will you be using this for reports?  The only thing I can think of is to maybe put a token around the part of the name that you want italicized.  Then in your report act upon the token and italicize that part of the name.

    Jon

    From: Jeri Henderson <bounce-jerihenderson2389@tessituranetwork.com>
    Sent: 8/25/2010 12:48:14 PM

    Hi,

    We have program names that are partially or completely italicized and manage outside of Tessitura.  Is there a way to do this within program name?

    Thanks in advance,

    Jeri




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!
  • Alternatively, f this is only needed for a wordmerge file, you can simply italizice the wordmerge field so it looks like this:

    {MERGEFIELD = "cust_pname"}

    (or <<cust_pname>> when you toggle field codes off)

    Although, replace cust_pname with the actual column name the correlating field is under. It may be different depending on what report you're taking this from.

Reply
  • Alternatively, f this is only needed for a wordmerge file, you can simply italizice the wordmerge field so it looks like this:

    {MERGEFIELD = "cust_pname"}

    (or <<cust_pname>> when you toggle field codes off)

    Although, replace cust_pname with the actual column name the correlating field is under. It may be different depending on what report you're taking this from.

Children
No Data