[fusionpro] Field Rule question

2008-08-11 Thread brianf
Is it possible to write a rule that will use a field to determine which calculation to perform on another field and put the result in a third field? Ex. if Field(Letter) = A Field(result) = Field(Number) * 3 else Field(Result) = Field(Number) * 2 What I'm trying to do is

[fusionpro] RE: Font won't embed when exporting via Fusionpro

2008-08-11 Thread Dan Korn
Your fonts.ini file has no bearing on InDesign export. Exporting from InDesign is a completely separate process than FusionPro composition. The settings used by FusionPro when exporting from InDesign are whatever you have set in the PDF Presets options in InDesign (from the File menu). That

[fusionpro] RE: Single Record Processing Instead of Multiple Record Processing

2008-08-11 Thread Dan Korn
Check your registration in the About FusionPro box. You probably have a FusionPro Designer serial number. Dan +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- FusionPro 5.0 Now Available! Variable text on a curve and soft drop-shadows for variable text LIMITED TIME upgrade offer of

[fusionpro] RE: Field Rule question

2008-08-11 Thread Dan Korn
Field values are read-only in JavaScript rules. In other words, you can't set them to anything other than the actual values in your data source. If you need to calculate something else, instead of trying to make a third field to put the result into, just return the result from your rule, and you