Very newby question: We use a business software program called Made2Manage. It uses VFP to create or edit custom reports. I have a shipping label that needs barcode added to several fields. The required barcode is Code39 which uses an * as a start and stop character. In addition, each of these fields needs an alpha prefix character. I was successful in getting 3 out of 4 fields to properly display the barcode in the following manner:
Expression: "*P"+(RTRIM)fpartno))+"*"
Format: Character, Upper Case, left justify
Display Font: Code39 narrow
THE PROBLEM IS ONE FIELD WILL NOT ALLOW ANY EDITING WITHOUT GIVING ME ERRORS!!!!
If I simply put FSHIPQTY as the expression, it will display the barcode without the S/S characters, which is worthless, as it will not scan.
If I change it to: "Q"+FSHIPQTY I get an error when I try to print a label that says, "Function argument value, type, or count is invalid.
All of the other fields allowed this edit without errors.
Any Ideas???????
Expression: "*P"+(RTRIM)fpartno))+"*"
Format: Character, Upper Case, left justify
Display Font: Code39 narrow
THE PROBLEM IS ONE FIELD WILL NOT ALLOW ANY EDITING WITHOUT GIVING ME ERRORS!!!!
If I simply put FSHIPQTY as the expression, it will display the barcode without the S/S characters, which is worthless, as it will not scan.
If I change it to: "Q"+FSHIPQTY I get an error when I try to print a label that says, "Function argument value, type, or count is invalid.
All of the other fields allowed this edit without errors.
Any Ideas???????