buttonclicked
我在数据窗口的事件下有一个脚本。我的问题是如何从其他事件(如父窗口post_open
事件)调用特定按钮。
在 Windowspost_open
事件中,我有脚本,但Bad Argument List For Function: buttonclicked
在编译时返回消息。如何更正此编译错误?
dw_Command.Event buttonclicked('b_read')
DWO: Datawindow
Event: buttonclicked
CHOOSE CASE Lower(dwo.Name)
CASE 'b_read'
SetPointer(Hourglass!)
idt_ServerDate = gnv_app.of_getServerDate( )
of_getInventoryAdvice( )
CASE 'b_exit'
MessageBox('','Close')
Close(Parent)
END CHOOSE