Jump to content

dkent

Registered Users - Approved
  • Posts

    39
  • Joined

Everything posted by dkent

  1. win I collect... in the past I got a zip packet if I open that old zip packet I would get a folder with all the info in it now I collect ... I get a zip packet win I open that zip packet I get another zip packet and so on and so on D
  2. is there a way to reset the Compose... and Collect... settings in fusion pro
  3. I will look for that base info I set a name tag fusion pro job with first name last name and it be working great but One person has seen that name tag are dropping the accents marks on letter in the any name that has accents marks like Aimée Dent show on the name tag like Aimee Dent with no accents mark I know some fonts can not handle accents marks D
  4. yes each letter is a glyph I think a better word is diacritical marks on letters accents, diacritical marks - non-standard characters signs that change the sound of letters and words Many western languages contain words with letters whose sound is determined by these accents and diacritical marks. The effects are different depending on the language; here are the names and examples of the more common marks and non-standard characters. Usage of these accents and marks is not restricted to the letters shown in the examples. é - accent acute è - accent grave ê - circumflex ë - umlaut or diaerisis ç - cedilla ñ - tilde ø - streg ð - eth (capital form Ð) å - bolle æ - ligature œ - ligature ē - macron č - háček ŭ - crescent the problem I'm getting told about is here is a list of samples you are trying to get this Noël and get Noel DonViár and get DonViar Aimée and get Aimee I see there are many different laws with diacritical marks win to added them based on a number of different things D
  5. Data which type uses glyphs is there away to get the glyphs from a type font Like: Café - The e at the end these is one samples the problem I'm seeing is not knowing where the glyph falls in the words D
  6. Do any one know what this code means and how to fix it? Could not write output file </Volumes/communications$/Design Files/fusion pro files/PFM Name Tags/PFM Fall 2013·metags-Output.pdf>. Composition stopped with errors. Error no 1112. D
  7. I acting a little weird but working is the fields blank I get — what the best way to remove this — if the field are blanks?
  8. I keep getting function dose not return a value do you want to ignore the error and save the rule anyway?
  9. my excel speadsheet the time is set up with this starting time ending time 10:00 am 9:30 pm 11:30 am 12:00 pm is there a code to remove the :00 if it is there? and 12:00 pm - noon?
  10. I will be working on a variable data cooking recipe card in a week or two and want to see if anyone was worked on something like this looking for and idea about set up or any rules I should be thinking about I should be getting the a rough data base later this week thanks D
  11. I still very new to the fusion pro software this was a indesign card file setup some time ago every year we updated it with new info there is no data file I will need to make a mock up data file if i go with the fusion pro file set up the problem I'm seeing is we do not know what is being changed year to year Are these dates in data fields? I think they will be What is the maximum number you can have? I will not know that - it changes year to year sometimes week to week Are they all contiguous? - they all should be all contiguous im working on FusionPro 8.2
  12. is there a way to set this up in fusion pro http://forums.pti.com/attachment.php?attachmentid=902&stc=1&d=1377010913 I'm thinking <<year>> – <<date1>> l <<date2>> l <<date3>> and so on and only problem I see -is I do not know total number of dates needed because they change year to year may be 5 different dates one year to 14 the next year any help or thoughts on this to get moving in the right way would be a great help D
  13. win to design or set up a fusion pro file? I need some help to think of a rule of thumb as to win to design/redsign a job or set up a fusion pro file? I'm starting to get jobs where it was a design job and the customer want to make it a fusion pro file now - I can see some of these are a great idea with fusion pro but others I see with a great number of problems with all the info they want to change And I think a designer is still need to look it over the file when do I keep a design job as a design Job and when should I set up in fusion pro I'm having trouble finding that line where to say these are design job and need a designer because of _____ and these can become Fusion pro because of this ______ Thanks for any ind=sight in this D
  14. I have loaded the fusion pro files to webcrd and keep getting that all my fields are required this is the notes * fields with an asterisk are required can I make them(the fields) not required but optional D
  15. I see how the phone set up rules work but I lose this code win I set them up which I need var numbers = ["(P) " + Field("phone"),"© " + Field("cell"),"(F) " + Field("fax")]; return numbers.filter(function(s){return s.length>4;}).join(" | ");}
  16. ok I'm a graphic design not a java person how do I add it into the other rule?
  17. just we need to use dashes for all phone numbers we want this (p) 703-557-0000 x3344 (p) 706-990-9000 not this (p) 703.577.3000 on all phone - cell - fax number - we must now use dashes not dots can we add a global find and replace to this code var numbers = ["(P) " + Field("phone"),"© " + Field("cell"),"(F) " + Field("fax")]; return numbers.filter(function(s){return s.length>4;}).join(" | "); to find . and replace with - in the phone cell and fax fields d
  18. OK let me try and clear what I need help on I found to need to use dashes for all phone numbers we want this (p) 703-557-0000 x3344 (p) 706-990-9000 not this (p) 703.577.3000 on all phone - cell - fax number - we must now use dashes not dots can we add a global find and replace to this code var numbers = ["(P) " + Field("phone"),"© " + Field("cell"),"(F) " + Field("fax")]; return numbers.filter(function(s){return s.length>4;}).join(" | "); to find . and replace with - in the phone cell and fax fields d
  19. samply of what i'm trying to get Dave Dent Print Shop David.dent@--- (P) 703-770-6676 x3313 l © 809-990-4000
  20. new question on this code what is the best way made add a Style lock to the phone part so will only show up x3312 no extension, no ext if they have a extension var numbers = ["(p) " + Field("phone"),"© " + Field("cell"),"(f) " + Field("fax")]; return numbers.filter(function(s){return s.length>4;}).join(" | ");
  21. thanks that work wish I remember that was there before I asked but thanks for all the help
  22. yes Well I have some rules for the name and tile to lock the style - and it like I will lose those can I just make a rule for the department only
  23. works great thanks one more question do you know a rule to -if this field is blank move line up like this field department - the rock Dave Dent -- name field Couch-- title field The Rock-- here is the department field that some people will need and others will not dave.dent@ - if the they leave the department field blank I need to move this up
  24. this is the code that is working the best var result = ""; result += (Field("phone") != "" ) ? "(P)" + Field("phone") : ""; result += (Field("cell") != "" ) ? " I ©" + Field("cell") : ""; result += (Field("fax") != "" ) ? " I (F)" + Field("fax") : ""; return result;
  25. Ok they change it up on me here the old code is working great I got but now they to see a proof with this now sample of want I'm trying to get- 1 (p) 000-000-0000 l (f) 000-000-0000 l © 000-000-0000 2 (p) 000-000-0000 l (f) 000-000-0000 3 (p) 000-000-0000 l © 000-000-0000 4 (p) 000-000-0000 5 (f) 000-000-0000 l © 000-000-0000 6 © 000-000-0000 But I keep getting this ( see sample A and B) A--- l (f) 000-000-0000 l © 000-000-0000 B--- l © 000-000-0000 The problem I now running into is the line in the front look at B and A For B only the cell is want but they do not want the line in front of it
×
×
  • Create New...