Forum: Issues, Questions, Etc.
Yesterday, 09:49 AM
|
Replies: 5
Views: 347
|
Forum: Issues, Questions, Etc.
December 3rd, 2019, 01:00 PM
|
Replies: 11
Views: 1,285
Re: Ampersand in external data file
Well, first of all, there's a reason why I always suggest that MarcomCentral-specific issues get posted to the MarcomCentral-specific sub-forum (http://forums.pti.com/forumdisplay.php?f=15), rather...
|
Forum: FusionPro® VDP Creator
December 3rd, 2019, 10:58 AM
|
Replies: 4
Views: 629
Re: 2D DataMatrix Barcode
There's no format 48. You probably want format 13, which yields 48X48. The formats are listed here:
https://www.barcodefaq.com/2d/data-matrix/#DataMatrix_Formats
Though generally, if you don't...
|
Forum: Issues, Questions, Etc.
December 2nd, 2019, 04:07 PM
|
Replies: 11
Views: 1,285
|
Forum: FusionPro® VDP Creator
December 2nd, 2019, 04:05 PM
|
Replies: 4
Views: 629
Re: 2D DataMatrix Barcode
Something like this:
var data = FormatNumber("00000", Field("Job #"));
data += FormatNumber("000000", FusionPro.Composition.inputRecordNumber);
data += FormatNumber("0000000", Field("Member ID"));...
|
Forum: Issues, Questions, Etc.
November 26th, 2019, 06:24 PM
|
Replies: 11
Views: 1,285
Re: Ampersand in external data file
Okay, well, I'm trying to diagnose this through a keyhole, with no actual files to examine.
I'm assuming that the XDF itself is the same in both the local composition and the online MarcomCentral...
|
Forum: FusionPro® VDP Creator
November 26th, 2019, 02:21 PM
|
Replies: 6
Views: 3,715
Re: Darn Document Overview Window
Well, first of all, is it the same issue? I think the original post was about the palette's position, not about whether it shows up or not.
Also, please note that the other posters on this thread...
|
Forum: Fonts
November 26th, 2019, 02:13 PM
|
Replies: 1
Views: 1,368
Re: Load Fonts
You would probably benefit greatly by upgrading to FusionPro 11, where the entire way that fonts are managed by FusionPro has changed, especially on Mac. Notably, there's no more "font load" step...
|
Forum: Issues, Questions, Etc.
November 26th, 2019, 10:24 AM
|
Replies: 11
Views: 1,285
|
Forum: Formatting Text
November 26th, 2019, 10:22 AM
|
Replies: 6
Views: 402
Re: Text won't center justify
Yes, as I suspected, some markup was overriding the Text Editor. Also, if you're going to get rid of the "quad=JJ" attribute, then you might as well get rid of the whole "<p br=false>" tag, which,...
|
Forum: Formatting Text
November 25th, 2019, 04:08 PM
|
Replies: 6
Views: 402
Re: Text won't center justify
It's hard to say without seeing the job files. Maybe the data has markup that's overriding the alignment specified in the Text Editor?
|
Forum: FusionPro® VDP Creator
November 22nd, 2019, 01:41 PM
|
Replies: 3
Views: 335
Re: Variable within a Variable?
Okay, thanks. But I'm still not exactly sure what you're asking.
If you're asking how to have all of this occur in the MarcomCentral web application, so that the user can edit the 'text copy'...
|
Forum: FusionPro® VDP Creator
November 22nd, 2019, 10:18 AM
|
Replies: 4
Views: 759
Re: Job name on Background Sheet
You'll probably want to set a custom imposition sheet background. There's an example here:
http://forums.pti.com/showpost.php?p=11530&postcount=3
|
Forum: Tables & Charts
November 20th, 2019, 03:22 PM
|
Replies: 4
Views: 298
Re: Text Overlapping Table
Yes, that's the rub.
I can think of a couple of ways to solve this. One is to simply count up the number of items in the second table, and set them two per table row, with n / 2 total rows. ...
|
Forum: Getting Started, Learning, Etc.
November 20th, 2019, 11:33 AM
|
Replies: 3
Views: 290
Re: Abort Composition
Okay, that sounds sensible. Though I still think that if you make the preview show "Invalid SKU number entered" in big red text, that that should be enough communication to the end user as to what...
|
Forum: Graphic Rules
November 19th, 2019, 12:29 PM
|
Replies: 5
Views: 542
|
Forum: The JavaScript Library
November 18th, 2019, 03:37 PM
|
Replies: 1
Views: 188
Re: Inserting PDF File inside a Composition
You have this line in the rule:
var pathName = "//ServerLocation/Resources/";
But I don't see where you're using that pathName variable after declaring and setting it. The fact that you don't see...
|
Forum: Getting Started, Learning, Etc.
November 18th, 2019, 03:25 PM
|
Replies: 3
Views: 290
Re: Abort Composition
I just added you to the MarcomCentral group.
Okay, great. I assume you're doing this in OnRecordStart. This is already part way to what you ultimately want to accomplish, in that you already...
|
Forum: Tables & Charts
November 18th, 2019, 10:59 AM
|
Replies: 3
Views: 5,348
Re: Creating Charts
Sorry, you're looking at what file exactly? There's a chart tutorial installed with FusionPro, but it's just that: a tutorial. There's an entire chapter in the User Guide that walks you through how...
|
Forum: FusionPro® VDP Creator
November 18th, 2019, 10:53 AM
|
Replies: 1
Views: 152
Re: getting an embedded image to flow in text
This is called an "inline graphic." It's definitely supported in FP 9, and in previous versions. Search for "inline graphic" in the User Guide, the Rules Guide, or here on the forum for examples. ...
|
Forum: FusionPro® VDP Creator
November 18th, 2019, 10:47 AM
|
Replies: 6
Views: 385
Re: Manage Pages Not working
Okay.... What is the expected result, and what is the actual result, and exactly how are they different?
I don't see what that "else" does. There's no "if" for it to match. I think that will...
|
Forum: The JavaScript Library
November 15th, 2019, 02:07 PM
|
Replies: 1
Views: 172
Re: group numbering script?
Assuming you're setting the Start and End record numbers on the Input tab of the Composition Settings, those are the "IDs", and this should get you the "Groups":
var ID =...
|
Forum: FusionPro® VDP Creator
November 15th, 2019, 12:30 PM
|
Replies: 3
Views: 335
Re: Variable within a Variable?
In what application are these drop down list and text editing controls going to appear? Is this in MarcomCentral? Or EFI Digital StoreFront? Or some other custom web application utilizing...
|
Forum: Graphic Rules
November 11th, 2019, 12:41 PM
|
Replies: 5
Views: 542
|
Forum: Graphic Rules
November 8th, 2019, 09:59 AM
|
Replies: 5
Views: 542
|