Jump to content

LVI

Registered Users - Approved
  • Posts

    7
  • Joined

Posts posted by LVI

  1. I am using a formatted text resource for this bullet rule which works great but, I am stuck on the last part where if the user doesn't want to use the text resource "Happy Friday" they have the option of entering a value into the field which will return a bullet plus whatever they type in. This is where I need help! If they type in a long sentence and it reflows to the second line I need it to align under the type above it and not go under the bullet.

     

    if (Field("Bullet1") == "")

    return "";

     

    else

     

    if (Field("Bullet1") == "Happy Friday")

     

    return Resource("BLT1");

    <font color="Red">else

    return " • " + (Field("Bullet1"));

  2. Hi -

     

    I need a tab Bullet rule to accomodate multi lines, so that the text does not flow under the bullet.

     

    ie.

     

    • This would be line one.

    • This would be line two that would need

    to have a lot more text than ever.

    • This would be line three.

    Thanks,

×
×
  • Create New...