Search found 63 matches
- Tue Apr 10, 2018 9:57 am
- Forum: Miscellaneous
- Topic: Variable Data Printing with AccuZIP6
- Replies: 0
- Views: 26712
Variable Data Printing with AccuZIP6
Because of our advanced template abilities, I was able to move an avid Satori user to AccuZIP6. They were using Satori, and fairly happy with the product except for the cumbersome way they had to stack multiple images on top of each other and then call the image from an “if/then” statement based on ...
- Thu Feb 05, 2015 12:28 pm
- Forum: AccuZIP6 Commands
- Topic: Add a package break mark to non-packaged based presort file
- Replies: 0
- Views: 32876
Add a package break mark to non-packaged based presort file
If you need a "*" in the pkgmark_ field on package breaks, then use the following code to add this. Presort your list as normal. Click the Print Labels option in the Print Presort screen. Select Disk File for the Output format. Select ALL fields, and export to an AccuZIP6 5x database. Open the Edit|...
- Wed Dec 04, 2013 1:02 pm
- Forum: MAIL.DAT Electronic Reports
- Topic: error 4280 The stid portion of the IMB in the PBC file must
- Replies: 0
- Views: 19119
error 4280 The stid portion of the IMB in the PBC file must
The STID portion of the IMB in the PBC file must match the PBU mail piece unit AccuZIP6 v5.7.22 Cause: This happens when somebody presorts for one class, exports, and then presorts that file again for a different class. When the IMB fields exist, we don’t overwrite them, so they can mismatch. The on...
- Fri Nov 08, 2013 1:03 pm
- Forum: AccuZIP6 Commands
- Topic: Continuous Bundle Numbers
- Replies: 0
- Views: 21359
Continuous Bundle Numbers
If you would like your bundle numbers to be continuous throughout the presorted file rather than restarting at the next tray you can use the following command to accomplish that. Download and extract the command file to the AccuZIP6 5.0 folder. Presort your list as you would normally would. After th...
- Fri Sep 27, 2013 3:01 pm
- Forum: Presorting
- Topic: Using Asian Characters in a Visual FoxPro Application
- Replies: 0
- Views: 19426
Using Asian Characters in a Visual FoxPro Application
Using Asian Characters in a Visual FoxPro Application
http://stevenblack.com/intlasia/
Click the link above if you are receiving errors using Korean Windows for instance Collating sequence 'KOREAN' is not found - Line: 152
http://stevenblack.com/intlasia/
Click the link above if you are receiving errors using Korean Windows for instance Collating sequence 'KOREAN' is not found - Line: 152
- Mon Jul 01, 2013 12:31 pm
- Forum: MAIL.DAT Electronic Reports
- Topic: Filling the Mailing Statement Setup "Right Side"
- Replies: 0
- Views: 20415
Filling the Mailing Statement Setup "Right Side"
If you would like your customers Name and Address information to appear in the "right-side" of the Mailing Statement for PostalOne!, you will need to enter the Permit # under "Name & Address of Individual or Organization for Which Mailing Is Prepared" box, and choose the proper Permit Type: Meter, S...
- Mon Apr 08, 2013 8:01 am
- Forum: AccuZIP6 Commands
- Topic: Parse address, city, st and ZIP
- Replies: 0
- Views: 25075
Parse address, city, st and ZIP
If you have Address city st and zip in one field you can run the following command from the Edit|Command option. Make sure that the Address City ST and ZIP information is all located in the ADDRESS field. use in iif(used('_uszips'),select('_uszips'),0) replace zip with allt(substr(address,rat(" ",al...
- Wed Mar 27, 2013 12:02 pm
- Forum: AccuZIP6 Commands
- Topic: Merge Data from Duplicate Records into 1 record and 1 Field.
- Replies: 0
- Views: 22134
Merge Data from Duplicate Records into 1 record and 1 Field.
This command will combine information from up to 3 different fields and 30 duplicate records into one record. Download the command file to your system. Extract the “ Merge Dup Information Into A Single Field 30 Max.txt ” into the AccuZIP6 5.0\Commands Folder. Extract the “...
- Tue Mar 26, 2013 2:17 pm
- Forum: Scripting (Automating AccuZIP6)
- Topic: Turnkey CASS Script Easy Setup!
- Replies: 0
- Views: 24775
Turnkey CASS Script Easy Setup!
If you would like to setup a script to import and CASS certify, possibly NCOALink as well, this Pre-made script will do what you need. 1. Download the premade.zip file to your system. 2. Extract all the *.txt files to the AccuZIP6 5.0\Commands folder. 3. Extract the *.scr file to the AccuZIP6 5.0\Sc...
- Wed Feb 27, 2013 11:59 am
- Forum: Scripting (Automating AccuZIP6)
- Topic: Use database as JOBID when using script upload to Accutrace
- Replies: 1
- Views: 28611
Use database as JOBID when using script upload to Accutrace
If you would like to use the database name as the JOBID for a file that you're uploading automatically in a script, you can use the following command. Open your script, and create a new event. Make it a Command event. Create a new command. Name it JOBID in script or something that would make sense. ...
- Wed Feb 20, 2013 1:05 pm
- Forum: AccuZIP6 Commands
- Topic: Select a group of records in a command
- Replies: 0
- Views: 22393
Select a group of records in a command
If you would like to use the command feature to get a selection of records on your screen instead of the search editor you can use the following command. cSet=[SET FILTER TO "5" $ address] &cSet LOCATE This command will pull up all the records with a 5 in the Address field, of course you will modify...
- Thu Feb 14, 2013 3:59 pm
- Forum: Intelligent Mail Barcode
- Topic: Create a Business Reply IMB
- Replies: 1
- Views: 27576
Create a Business Reply IMB
In order to generate Business Reply IMB you will need to visit the following link. https://ribbs.usps.gov/index.cfm?page=encodertool After the page loads you will want to click the tab labeled "ENCODER" First select if you have a 6 or 9 digit MID Enter the Barcode ID which is 00 Enter the Service ID...
- Wed May 09, 2012 2:10 pm
- Forum: AccuZIP6 Commands
- Topic: Compress and move all Mail.DAT files from the Presort folder
- Replies: 0
- Views: 23368
Compress and move all Mail.DAT files from the Presort folder
Use the command below to ZIP the Mail.dat files from the current presort folder to another location in a script!. NOTE:You can change the "Move to" path that is currently set to the C:\ SET OLEOBJECT ON com_FileName=FORCEEXT(JUSTFNAME(FILETOSTR("Cleanup.ini")),"") com_PresortPath=ADDBS(JUSTPATH(DBF...
- Wed May 09, 2012 2:04 pm
- Forum: Scripting (Automating AccuZIP6)
- Topic: Compress and move all Mail.DAT files from the Presort folder
- Replies: 0
- Views: 31349
Compress and move all Mail.DAT files from the Presort folder
Use the command below to ZIP the Mail.dat files from the current presort folder to another location in a script!. NOTE:You can change the "Move to" path that is currently set to the C:\ SET OLEOBJECT ON com_FileName=FORCEEXT(JUSTFNAME(FILETOSTR("Cleanup.ini")),"") com_PresortPath=ADDBS(JUSTPATH(DBF...
- Thu Feb 23, 2012 3:21 pm
- Forum: AccuZIP6 Commands
- Topic: Split Database into equal numbered record databases
- Replies: 0
- Views: 22007
Split Database into equal numbered record databases
If you need to split your database into multiple databases of equal number of records, you can use this command to do that. 1. Download the following command file to anywhere on your system. 2. Extract the file you downloaded to the AccuZIP6 5.0 root level directory. 3. Open the database you would l...