C/AL 导航输入文本框

C/AL NAV Input textbox

我正在尝试让用户输入进行计算并将 return 结果作为消息。案例 POS 服务员输入投标金额,然后系统 return 将更改提供给客户。

我创建了一个 dotnet 变量 #window Microsoft.VisualBasic.Interaction.'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

Window.InputBox('INPUT','Enter Amount','Amount',100,100);
amount:= amount-"Amount Inc. VAT";
message('%1',amount);  

页面运行时出现此错误 enter image description here

在变量的属性上设置 RunOClient