我有两个窗口w_customerorder和w_customerfree,而cusromerorder窗口的orderid是标识列。现在我想把这个orderid传递给customerfree窗口,它有orderid列,而open.can任何人都可以帮我这个吗?
答案 0 :(得分:0)
您是否从w_customerfree
打开了w_customerorder
?
然后你可以使用openwithparm(w_customerfree, ll_orderid)
在w_customerfree
窗口中,您在ll_orderid = Message.longparm
事件中撰写open()
。
即使您未从w_customerfree
打开w_customerorder
,也可以使用Message.longparm
变量。然后,您只需在w_customerorder
Message.longparm = ll_orderid