[fusionpro] Re: fusionpro digest: August 16, 2007

2007-08-17 Thread gabe
Thank you for your e-mail. If this is a request for Beverage menus or Flavors of Hilton collateral material, or In Room menu covers, please call Debra Casimir at Patrick Henry Creative Promotions: 877-380-5050. If this is a request for in room menus, we will be happy to assist you. If you

[fusionpro] Numbered cards

2007-08-17 Thread Mark Hardee
I have a project I have done a couple of times already and have it to do again.. 200,000 sequentially numbered cards that will plot 9-up on a sheet. (22,222 press sheets) They are barcoded (INT 2 of 5) as well using the following scenario: first 2 digits = number product number next 9 digits =

[fusionpro] Font Troubles

2007-08-17 Thread Mike McGonagle
Hello all, I have a job that is using the font Barmeno, and I have tried to load this font into FusionPro about 10 times (thru the 'Load Fonts' menu in Acrobat). I never see it in the displayed list as they are being loaded, and when I try to preview the font, it shows up in Arial... BUT, when I

[fusionpro] RE: Font Troubles

2007-08-17 Thread Eric Carbone
Try this: 1. turn off all of the OTHER fonts you are not using for that specific job. Sometimes two completely different fonts can conflict with each other. 2. use Font Doctor http://www.morrisonsoftdesign.com/with_fl/index-7.html or Font Finagler

[fusionpro] RE: Font Troubles

2007-08-17 Thread Alex Marshall
Hello Mike, Navigate your hard drive to the following location: C:\program files \ Printable \ FusionPro\ Fonts or machd:library:preferences:printable:fusionpro:fonts Open the following files in a text editor: Fonts.ini Fonts. err Look in the Fonts.err file and see if there is an error

[fusionpro] Re: Font Troubles

2007-08-17 Thread Brian Ray
On Aug 17, 2007, at 2:31 PM, Mike McGonagle wrote: I decided to generate a PDF file for my output, and the font worked correctly. Sounds like the fonts are not previewing correctly but they are composing correctly. Presumable, composition is more important so this is good.

[fusionpro] Trying to export various pages in my PDF depending on the values in multiple variable data fields

2007-08-17 Thread Nicola DosSantos
Hi Everyone, I have one PDF that contains 3 pages. Each page has a corresponding Variable data field where users will type in a Qty if they would like to order that page. I've written the following On Record Start Call Back rule to tell it if there is a value typed into the Qty field then

[fusionpro] Need Help with Salutation Rule Please...

2007-08-17 Thread tia
Hi... I am trying to setup a Dear “FirstName” salutation line, but the conditions are that if the FirstName field is empty or less than 3 characters the salutation would read Dear “CompanyName”, else return Dear “FirstName”. Please help advise. Thank you, ~Tia

[fusionpro] RE: Need Help with Salutation Rule Please...

2007-08-17 Thread David Galvan
if (Len(Field(Full Name)3)) return Dear + Field(FirstName) + ,; else return Dear + Field(CompanyName) + ,; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 3:18 PM To: FusionPro Users Forum Subject: [fusionpro] Need

[fusionpro] RE: Need Help with Salutation Rule Please...

2007-08-17 Thread Rob Domaschuk
Tia, Counting characters is quite easy: if(Field(FirstName).length 2) return Dear + Field(FirstName); else return Dear + Field(CompanyName); HTH, Rob *** Rob Domaschuk Training Communications Developer,

[fusionpro] RE: Need Help with Salutation Rule Please...

2007-08-17 Thread tia
Thanks for all the help guys! Much appreciated, ~Tia +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Calling all FP Web Users! Do you have a question or lots of knowledge to share about FusionPro Web? If so, join our Printable Web to Print Users' Forum today! Send email to [EMAIL