> I am trying to utilize In-Line Prompting with conversion code MCU using the > following syntax, without much luck. > > 001: PA > 002: SELECT ITEM.FILE WITH SCANNED EQ <<R,Scan Barcode,(MCU)>> > 003: LIST ITEM.FILE SCANNED REQUIRE.SELECT <<...snip...>
The conversion code element of an inline prompt checks that the conversion can be applied to the data. It does not return the converted data. Therefore, this probably isn't going to do what you want. Try... 001: PA 002: SELECT ITEM.FILE WITH SCANNED EQ EVAL "UPCASE(<<R,Scan Barcode>>)" 003: LIST ITEM.FILE SCANNED REQUIRE.SELECT or something similar. Martin Phillips Ladybridge Systems 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB +44-(0)1604-709200 ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
