|
|
|||||||||
| TALtech Home: Support: B-Coder Knowledge Base: FAQs |
B-Coder Installation IssuesError: "Setup cannot copy the file Setup1.ex_ ..."This error usually indicates that a file named "Setup1.exe" already exists on your computer, probably from a previous installation of software. To resolve the problem, click on your Start button, choose Find > Files or Folders and search your hard drive(s) for "Setup1.exe" (without the quotations), and rename or delete it. Then re-run B-Coder Setup. Macro QuestionsWord 2000/2002(XP) Macro problemsBy default, Word 2000 sets its macro virus security level to high. This
means that all macros are disabled. To enable the macros go to the Tools
Menu, click on Macro and choose "Security" then set the security
level to Medium and restart Word. If the macros do not work, Note: Word 2002 may also require you list the open document as being from a "Trusted Source". MakeBarCodeLabels ProblemIf you use a custom label size that is less than 1" wide this macro may run forever and never insert a barcode: Since Word generates a table that represents the label sheet sometimes it must create "Padder" cells between the labels. If our macro did not check the width of each table cell before inserting a barcode it would try to stuff barcodes into these extra cells. If you were printing a sequence of barcodes, when you printed them you would find gaps in the sequence, and tiny barcodes between your labels. Since No Avery Label is less than 1" wide, the code was written to look for cells that are more than 1" wide before pasting the barcode. If a cell is less than 1" wide, it is assumed to be a padding cell so it moves on to the next cell. Thus if you have no cells greater than 1" it will become stuck in a loop trying to find a one". To fix the problem you must edit the macro: 1. Go to Tools|Macro|Macros Do while PointsToInches(selection.cells.width) < 1 Modify this line to end with "< 0.8" (use your custom label width!) 7. Click on Save, then close the VB Editor and try running your macro
again. This applies to both the B-Coder and ActiveX versions of this macro. Barcode MailMergeThe steps below outline how to use Word's mail merge feature with B-Coder's barcoding tools.
General QuestionsWill B-Coder Work with Windows 2000/XP?Yes. The current releases of B-Coder 4.0 will work with any 32 bit Windows operating system. I upgraded from B-Coder 2.x to 3.x (or later) and now I can't open the old .bcf configuration files, what can I do?
bc2-3cnv.exe MyOldConfig.bcf |
|||||||||||||||||||||
|
|||||||||||||||||||||