【发布时间】:2017-01-31 16:03:43
【问题描述】:
C# 中 &THROW_PUBLIC 的等价物是什么,或者 &THROW_PUBLIC 是什么意思是 ABL?我对 ABL 不太了解,但需要将其转换为 C#。
Epicor 9.05 中数据指令的代码片段
If ttPart.ProdCode = '' then do:
If lookup(SUBSTRING(ttPart.PartNum,1,3),'12-,13-,14-,15-',',') <> 0 then do:
{lib\PublishEx.i &ExMsg = "'Please select a Product Group for this Part'"}
{&THROW_PUBLIC}.
End.
End.
【问题讨论】:
-
您可能想解释一下
&THROW_PUBLIC的作用。 -
这是我的问题。不知道这是ABL中的通用词还是ABL中的保留字。
标签: c# progress-4gl epicorerp