TABLE OF CONTENTS
- This Release
- Enhancements
- Database Updates
-
Fixes to Known Issues
- Size of Formula field in Formula editor has reduced
- Autosave quote losing quote items
- Mouse wheel no longer stepping through cuts
- Macro opening bag resource not loading correctly
- Library Export/Import process not deleting unused resource tags from resources in the target database
- Changes to quote title not shown in action bar history for quotes
- [DxReports] Mismatch Between V6 Report Dialog and DevExpress Native Preview for Cascading Parameters
- Quote Attributes don't trigger OnAfterQuoteOptionChange event via COM
- Several issues when copying milling resources/milling sets
This Release
This release of V6 introduces few enhancements and fixes a few issues
Enhancement
Details |
Reference |
|
| 1. |
Remove temp table contents after library export completes Requirement: During Library Export, the temporary database table IMEX_TAG_TEMP was not being cleared after export completion. As a result, the table continued to grow with each export, unnecessarily increasing database size and negatively impacting export performance over time. Implementation: The Library Export process has been enhanced to automatically truncate the temporary table IMEX_TAG_TEMP once the export completes successfully. |
228363 |
| 2. |
Include Quote Classification in Quote family filters Requirement: As a V6 user, I want to filter Quote Families using Quote Classification so that I can organise my quotes into meaningful categories such as Builders, Urgent, or Test, and quickly locate the quotes I am currently working on. Implementation:
|
228554 |
Database Updates
| Details | Reference | |
|---|---|---|
| 1. |
The database has been updated to 21586. A new database table‑valued Function UDF_CHILD_FRAMES has been added to support cERPIntegration processing. |
227534 |
Fixes to Known Issues
Details |
Issue Reported/Introduced in Version |
Reference |
|
|---|---|---|---|
| 1. |
Size of Formula field in Formula editor has reduced Symptom: The Formula Editor displayed a reduced formula field with an empty gap, limiting visibility of longer formulas. Resolution: The formula field size has been restored to its original layout, removing the gap and improving formula visibility and editing. |
3.80.80.1004 |
228353 |
| 2. |
Autosave quote losing quote items Symptom: A custom macro triggered by the OnAfterQuoteSave event did not execute correctly when an Auto Save was initiated. Resolution: Additional macro properties were exposed to identify the save context. The macro will be updated to detect Auto Save execution and exit early, preventing incompatible save operations during the Auto Save lifecycle. Properties: IsSaving:Boolean; Macro Sample: ' Prevent execution during save/autosave |
3.70.147.1001 |
228531 |
| 3. |
Mouse wheel no longer stepping through cuts Symptom: Mouse wheel scrolling no longer worked to step through cut values in the Cadlink cuts field. Resolution: Mouse wheel behaviour has been corrected so that it scrolls the header by default and automatically switches to stepping through cut values when the cuts field is hovered, restoring expected functionality. |
3.80.74.1002 |
228546 |
| 4. |
Macro opening bag resource not loading correctly Symptom: Macros fail to load Bag resources, resulting in empty or missing Bag details (e.g., description not displayed). Macro: - Case 2: '#Language "WWB-COM" Resolution: Fixed an issue where Bag resources were not being loaded correctly in macros. Bag resource loading now behaves consistently with other resource types (e.g., Extrusions), allowing macros to correctly access Bag properties such as description. Macro: - Case 1: '#Language "WWB.NET" Case 2: '#Language "WWB.NET" 'Dim o1 As Object Case 3: '#Language "WWB.NET" 'Dim o1 As Object |
1.10.80 |
228368 |
| 5. |
Library Export/Import process not deleting unused resource tags from resources in the target database Symptom:
Resolution:
|
3.80 |
226787 |
| 6. |
Changes to quote title not shown in action bar history for quotes Symptom:
Resolution:
|
1.10.00.14524 |
228532 |
| 7. |
[DxReports] Mismatch Between V6 Report Dialog and DevExpress Native Preview for Cascading Parameters Symptom: Cascading parameters in Express Reports did not display or sort correctly, causing mismatched behaviour between the V6 Report Dialog and the DevExpress preview. Resolution:
|
1.10 |
228605 |
| 8. |
Quote Attributes don't trigger Symptom: Changes to Quote Attributes did not trigger the OnAfterQuoteOptionChange event when using the COM interface. Macro: - '#Language "WWB.NET" Resolution: Updated COM event handling so OnAfterQuoteOptionChange now triggers correctly when Quote Attributes are modified. Macro: - '#Language "WWB.NET" |
1.10.80 |
228090 |
| 9. |
Several issues when copying milling resources / milling sets Symptom: When copying a milling resource or milling set, changes made to the copied set also incorrectly updated the original milling set’s test Assembly/Extrusion data. Resolution: Fixed the copy process so copied milling sets are fully independent and no longer overwrite test data from the original. |
3.80 |
228527 |