|
Hi
(Build 7.1.78.31005)
In ConComp I changed the file
ColerfulChoose06.rmd:
.
.
CHKBOX 10 TITLE 'Company
Name and Location' +
.
.
ENDIF
SET VAR vMyVar TEXT = ('(' + .vCustIDTxt + ')') EDIT USING CustomerEdit WHERE CustID IN &vMyVar GOTO Start
LABEL Done .
.
If you choose now 1, 2 or 3 records, it works
well.
If you choose 4 and more records, you get an
ERROR:
-Your value does not have the same type or scale as
your variable CustId (2178)-
Nevertheless the EDIT USING ... works
well.
What am I doing wrong?
Regards
Armin
|
