I imagine that you've fixed the problem by now, but in case somebody else stumbles upon this question, I believe this forum post contains the answer:
http://www.accuzip.com/forum/viewtopic. ... ip+printer
Search found 8 matches
- Wed Dec 19, 2012 12:49 pm
- Forum: Miscellaneous
- Topic: pdf converter
- Replies: 1
- Views: 13965
- Tue Oct 18, 2011 3:04 pm
- Forum: Validation (CASS Certification)
- Topic: How to properly delete the AMSDATA folder from your system
- Replies: 6
- Views: 24692
Should I be seeing the same times on the updated version as on the previous update or is the new version going to be 1/2 the speed that we are used too? I'd also like to know the answer to this question. Also, any ideas on the optimum setup for the greatest validation speed with the new version, i....
- Thu Oct 06, 2011 11:05 am
- Forum: Miscellaneous
- Topic: Direct SQL Server Access
- Replies: 12
- Views: 47099
- Tue Jul 19, 2011 9:02 am
- Forum: Printing
- Topic: Control line spacing in template?
- Replies: 0
- Views: 11479
Control line spacing in template?
Is there any way to control line spacing in a label design template? We want the barcode below the address block and we don't want the barcode to move, so we put all of the data fields in one text box, i.e.: reduce(first+" "+last);company;address;reduce(city+" "+st+" "+zip) but the font we're using ...
- Thu Mar 24, 2011 4:47 pm
- Forum: Miscellaneous
- Topic: Direct SQL Server Access
- Replies: 12
- Views: 47099
Any Progress
We are also interested in ODBC connectivity. Will this be a possibility, and when (ever)?
- Fri Mar 18, 2011 4:07 pm
- Forum: AccuZIP6 Future Releases
- Topic: Keyboard Shortcut for Invalid Zips
- Replies: 0
- Views: 25068
Keyboard Shortcut for Invalid Zips
It would be great if there was a keyboard shortcut to show invalid zips. I find myself clicking on the dropdown to show invalid zips constantly.
Alt+I would work great!
Thanks,
Pilvi
Alt+I would work great!

Thanks,
Pilvi
- Fri Jan 14, 2011 3:27 pm
- Forum: AccuZIP6 Future Releases
- Topic: Customize Toolbar Buttons
- Replies: 0
- Views: 11916
Customize Toolbar Buttons
I suggest that Accuzip adds the ability to customize the toolbar buttons (like you can with Microsoft Office, OpenOffice and many other programs). It would really increase the speed at which I process lists if I could rearrange or add/remove buttons.
Thanks!
Pilvi
Thanks!
Pilvi
- Mon Dec 28, 2009 3:23 pm
- Forum: Miscellaneous
- Topic: blank info
- Replies: 1
- Views: 14130
You can simply use the reduce function. Normally your expression (that doesn't quite do what you want) might look like: alltrim(alltrim(sal)+" "+alltrim(first)+" "+alltrim(mid)+" "+alltrim(last)) which will get rid of the leading space if sal is blank but will leave two spaces between First and Last...