问题标签 [cal]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
132 浏览

navision - C/AL NAV 输入文本框

我正在尝试让用户输入进行计算并将结果作为消息返回。案例 POS 服务员输入支付金额,然后系统将零钱退回给客户。

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

页面运行时出现此错误 在 此处输入图像描述

0 投票
1 回答
24 浏览

linux - 在 Linux Debian 10 的 cal CLI 应用程序中发现了一个错误

我在 Debian Linux 10 (buster) CLI cal 应用程序中发现了一个错误。如果您打电话call 1752,您将在输出中看到 9 月不完整,缺少 3-13 天。我使用日历模块在 Python 3(通过 BPython 3)中尝试了它:

并且 1752 年的所有月份都显示正确)。该错误似乎仅存在于 CLI cal Linux 应用程序中。

由于这个小错误,cal CLI 错误地输出了 1752 之前的 ALL YEARS。

有人知道这个错误吗?

0 投票
0 回答
14 浏览

cal - 我们如何在 c/al 中使用 strmenu 处理程序?

我已经尝试使用strmenu handler. 我有一个场景,我需要点击Ok button. 我用过:Text:= 'OK'; [Strmenuhandler]程序StrMenuHandler(Options: Text[1024]; var Choice: Integer; Instruction: Text[1024])Begin Ifoptions= text then Choice:=1; End;