Started 3 weeks, 1 day ago (2009-11-25 09:26:00)
by Raphael Lalonde Lefebvre
kamlesh, Here's a user-defined emulation code for this data: code: define(&eocfound, boolean, False) search(&str,'Eoc') set(¤t.line,¤t.line +
1) store(¤t.line,&str) doform() clearpage() &eocfound := True endsearch() if(not(&eocfound)) set(¤t.line,¤t.line + 1) store(¤t.line,&str) endif() if(ge(¤t.line,¤t.lpp)) doform() ...
Started 3 weeks ago (2009-11-25 15:21:00)
by cosimo
Hi, Here are some things to look for. -Are there any large images? Are there any images that are not used, if so delete them. You can also select "set form caching" in the compilation options in the document level. -If you create a new document and use the same data file and
emulation and just add a selection on the page, do you get the same behaviour? If yes then I would say it is a printer...
Started 3 weeks ago (2009-11-25 13:12:00)
by pesket909
Thanks Eric, but that is not the problem. To be more specific we are putting a
bar code underneath the text object. If the text object is more than one line, it overlaps the next object that is snapped to it. The left side alignment works, and moving the text object keeps the objects together. I am not sure why there is that overlap.
Started 1 month ago (2009-11-10 12:42:00)
by Philippe F.
Here's what you should use: code: =trim(Field('FIRST_NAME')) + if(trim(Field('MID_NAME'))='','',' ' + trim(field('MID_NAME'))) + ' ' + trim(Field('LAST_NAME')) By using the if( expression, trueresult, falseresult ) syntax, this expression adds a space in between First and Last name if the middle name is empty, otherwise it adds the middle name (with a space in front to separate it ...
Started 1 month, 1 week ago (2009-11-10 07:12:00)
by Sander vd Berg
I'm afraid not, there is no way to see the current table name in the UI of PSM6. It is stored in the psmd file though, which is
readable XML. In case anyone is wondering if we're planning on changing this, these are some of the table-related improvements in the next release of PSM: - The current table name is displayed in the Data Fields pane - There is a new menu item called Select Table - ...
Started 1 month, 1 week ago (2009-11-09 10:59:00)
by Raphael Lalonde Lefebvre
Caballero, Assuming you are using valid
code 128 data, there's a couple of things that could affect whether the barcode will be readable or not, and it can depend on your reader. Some readers are "smarter" and will read barcodes more easily, while others a more picky. Here's a couple of things that could affect readability: - The size of the barcode. Some readers will have problems reading a ...
Started 1 month, 1 week ago (2009-11-06 08:15:00)
by Philippe F.
Hi Brandon, Sounds to me like what you need is PlanetPress Suite
Version 7. You state: quote: Currently I have constructed four different PP6 templates that I have wrote a piece of software to merge the PDFs they create through Watch and Image appropriately. Unfortunately it's hard to communicate specific duplexing and paper stock changes to the printer via PDF. I'd like to be able to ...
Started 1 month, 1 week ago (2009-11-06 03:21:00)
by Niclas Welander
Ok, tank's for the answer. But is it something that is on the list of new features for the next release ?