We have streamlined the way information for labels and reports is processed to improve accuracy and efficiency. Part image rotation, filenames, barcodes, edge boring(Hbore), and edgebanding location data are all now accessed from the
OptimizationResults
table directly. This means you will no longer need part transformation functions to accurately display data on Microvellum generated part labels and reports.
Update Existing Labels and Reports
After updating to build 21.1.0604.641, your existing labels and reports may need to be updated by following the steps below.
Be sure to save a copy of your report or label before making any changes.
First, set your labels and reports to look directly to the
OptimizationResults table for the part information fields listed below:
Updated Formula
|
Prior Part Transformation Reference
|
OptimizationResults.WMFStream
|
|
OptimizationResults.WMFStreamFace6
|
|
OptimizationResults.Face5FileName
|
MVFace5FileName
|
OptimizationResults.Face6FileName
|
MVFace6FileName
|
OptimizationResults.Face5Barcode
|
MVFace5Barcode
|
OptimizationResults.Face6Barcode
|
MVFace6Barcode
|
OptimizationResults.EBLeftRotated
|
MVEdgeBandLeftRotated
|
OptimizationResults.EBRightRotated
|
MVEdgeBandRightRotated
|
OptimizationResults.EBBottomRotated
|
MVEdgeBandBottomRotated
|
OptimizationResults.EBTopRotated
|
MVEdgeBandTopRotated
|
OptimizationResults.EdgeBoreLeftRotated
|
MVHBoreLeftRotated
|
OptimizationResults.EdgeBoreRightRotated
|
MVHBoreRightRotated
|
OptimizationResults.EdgeBoreBottomRotated
|
MVHBoreBottomRotated
|
OptimizationResults.EdgeBoreTopRotated
|
MVHBoreTopRotated
|
Sometimes, images were referenced to
OptimizationResults.Parts.WMFStream and conditions were set to control the rotation of the image. Those rotations are no longer needed.
Next, verify that your filenames, barcodes, edgebanding, hbore, and image formulas are referencing the correct table data. If they need to be updated, replace the entry with the updated formula above. For example, replace
{MVEdgeBandLeftRotated(...)} with
{OptimizationResults.EBLeftRotated}.
Image Condition
Check the Properties | Conditions of all images and remove all conditions. If there are multiple images that were used to handle multiple rotations, remove all but one of those images.
Databand Events
Finally, and only when using Face6 images or filenames, c
heck the Properties | Events of all databands. Assuming that the Name of the Face6 image is Image2, make the following changes to the Before Print Event:
IF OptimizationResults.Face6Barcode<>"" THEN
Image2.Enabled=True
ELSE
Image2.Enabled=False
END IF
For assistance making modifications to your labels, contact your account manager.
Recent Articles
Toolbox Release Notes | Build 25.1.0213.641
The following release notes apply to Toolbox build 25.1.0213.641. Stay Down Nesting Additions 3 new settings have been added to Stay Down Nesting, to resolve specific issues with routes and connectors that have been reported: Fig. 1: New options in ...
Toolbox Release Notes: Year of 2024
This document will catalog all releases for Microvellum Toolbox software builds that were released in the year 2024. This encompasses builds 24.1.0104.641 to 24.1.1206.641. Toolbox Release Notes | Build 24.1.1206.641 The following release notes apply ...
Toolbox Release Notes | Build 25.1.0129.641
The following release notes apply to Toolbox build 25.1.0129.641. SMA Fixes A wide variety of issues with the Solid Model Analyzer have been resolved. Multiple modifications to existing interfaces or settings have been made to improve precision and ...
Microvellum Foundation Library Release Notes | Build 25.0124
The following release notes apply to Microvellum Foundation Library build 25.0124. Additions Added Century Components Waste Bins, Vanity Organizers, and Base Cabinet Organizers. 11”, 14”, 17” Signature Series Bottom Mount 34qt & 50qt. 4”, 5”, 6”, 9”, ...
SQL Server Backups
This article will list out the various types of backups you can create for databases hosted on an SQL Server, explore methods for creating backups manually and automatically, as well as list software/services that may assist you with backing up your ...