Jump to content

Search the Community

Showing results for tags 'special characters'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Start Here!
    • News
  • Software-Related Talk
    • Documentation
    • Getting Started
    • The JavaScript Library
    • FusionPro® VDP Creator
    • FusionPro® VDP Producer
    • FusionPro® VDP Server (API)
    • FusionPro® Expression®
    • MarcomCentral®
  • Support
    • Issues, Questions, Etc.
    • Digital Workflow Documents
    • Fonts
  • Off Topic
    • Customer Polls
    • Job Board (Moderated)
    • Reviews, Rants, and General Musings

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Occupation


FusionPro VDP software version


OS


Acrobat Version


Homepage


ICQ


AIM


Yahoo


MSN


Skype


User Title

Found 3 results

  1. I have been trying to add a square bullet using a script in front of a field using; if (Field(“Certification 1”) == ""){ return ""; }else{ return "<p> ◻" + Field(“Certification 1”) + "</p>"; }* Is this format not supported? I'm still learning javascript & I may be a little lost with this. Has anyone else run into this?
  2. I’m attempting to format the email address for a business card template and am stuck. The database has an email address with First.Last. My current rule is if (Field("Individual Email") != "") return Field("Individual Email")+"@MyDomain.com" else return "" I need assistance with the following: 1. Changing the . in the field & @MyDomain.com.com to Gotham Medium, 4.5pt with 5.4 pt leading 2. Change the @ symbol to Gotham Medium, 7pt with 8.4 pt leading Any help with this will be much appreciated.
  3. I am working with a data file that is encoded as UTF-8 Special characters appear when I open the data file in Notepad++ For example: Özmark Ayazağa Mah Şişli İstanbul When I link this data file to FusionPro, every accented character disappears. How can I get special characters to appear when composing records?
×
×
  • Create New...