Difference between revisions of "Visimage FAQ"

From Vital Soft Wiki
Jump to: navigation, search
(Created page with "==Visimage3 Frequently Asked Questions==")
 
Line 1: Line 1:
 
==Visimage3 Frequently Asked Questions==
 
==Visimage3 Frequently Asked Questions==
 +
 +
===Convert Error===
 +
<pre>
 +
Convert Error - Invalid Digit:(X10 -> P20) OX5 2LD
 +
reg:#add-own-zip exp:ADDRESS-INFO.ZIP
 +
</pre>
 +
*The error message contains useful information to help isolate the issue:
 +
:*Visimage3 is trying to convert a character, length 10, value (X10) to a numeric (P20) value.
 +
:*The value in the original X10 field is:  OX5 2LD
 +
:*The expression is: #add-own-zip = ADDRESS-INFO.ZIP
 +
:*In this example, the convert error is being caused by a foreign zip-code. Change the variable definition for ADD-OWN-ZIP from Numeric to '''Character, length 10'''.

Revision as of 16:19, 6 June 2023

Visimage3 Frequently Asked Questions

Convert Error

Convert Error - Invalid Digit:(X10 -> P20) OX5 2LD
reg:#add-own-zip exp:ADDRESS-INFO.ZIP
  • The error message contains useful information to help isolate the issue:
  • Visimage3 is trying to convert a character, length 10, value (X10) to a numeric (P20) value.
  • The value in the original X10 field is: OX5 2LD
  • The expression is: #add-own-zip = ADDRESS-INFO.ZIP
  • In this example, the convert error is being caused by a foreign zip-code. Change the variable definition for ADD-OWN-ZIP from Numeric to Character, length 10.