Hello,已经搞定了,加了一个:
procedure Validate_Key_Fields is
begin
Set_item_Property('LOT.LOCATOR',ITEM_IS_VALID,PROPERTY_TRUE);
end Validate_Key_Fields;
我同事在标准FORM里面找到的写法。
我就套用了。
Hello,已经搞定了,加了一个:
procedure Validate_Key_Fields is
begin
Set_item_Property('LOT.LOCATOR',ITEM_IS_VALID,PROPERTY_TRUE);
end Validate_Key_Fields;
我同事在标准FORM里面找到的写法。
我就套用了。 [/B]