Jump to content

suds32

Registered Users - Approved
  • Posts

    4
  • Joined

Converted

  • FusionPro Products
    No

suds32's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter Rare

Recent Badges

10

Reputation

  1. thanks that worked all good As it turns out when testing on another FusionPro setup there was no error, so must be to do with my version. thanks
  2. HI very new to this but going through forums to find what i need. We have an field that we need to us copyfitline with and from the forums we have come up with return CopyfitLine("", Field("Email"),"", 10, 50, 6,false); but we get an error when validating it error is "uncaught exception: error in function CopyFitLine: false" any assistance would be greatly appreciated thanks
  3. Thanks for the reply Full job attached. No copy fitting as the client does not want any text resized. The basic rule is if the qualification can't fit on the top line move to the next line down. Unfortunately there are some user with very long qualifications that will also not fit on the second line without splitting. Thanks HawkinsConstruction_Fiji.zip
  4. HI I hav been trying to get our business card template to work. basically on the first line you have a"name" followed by "qualifications" Some qualifications are quite long, so the first option was to drop down a line if it does not fit. this wrks well for most. But occasionally we have one that won't fit on the first line and will need to split correctly on a section line i.e. don't split a word. Code we are using is function NoBreak(s) { return "<p br=false hyphenate=false noparabreakoncopyfit=true>" + NormalizeEntities(s).replace(/ /g, " "); } return NoBreak(Field("Qualifications")); What we get with really long field is "Name" Bachelor of engineering Clas s 2b Honours, Civil Engineering I need to some how stop the splitting of the word
×
×
  • Create New...