ON ACTION cancel_the_case
LET g_action_choice= "cancel_the_case"
IF cl_chk_act_auth() then
CALL t750_cancel()
END IF
我在4gl 程式內有新增上面這段程式
功能也確認過沒問題,但是我的顯示名稱會一直是 cancel_the_case
我有先去p_zz的維護ACTION新增過,也維護過共用名稱
確認過p_base_act 與 p_all_act 名稱都是正確的 "取消結案"四個字
請問我有哪個環節MISS掉嗎?
p_base_act跳離時應會顯示
是否產生Action Defaul(4)(覆蓋舊檔)?
請選Y.是