| | |
| | | Initiator: 'MenuCreateShowData' |
| | | Precondition: |
| | | [* |
| | | flag := selection.BrokerName() = "GlobalOTDTable_CustomOrder" |
| | | |
| | | if ( not flag ) { |
| | | feedback := "暂不支持!!!"; |
| | | } |
| | | |
| | | return flag; |
| | | //flag := selection.BrokerName() = "GlobalOTDTable_CustomOrder" |
| | | // |
| | | //if ( not flag ) { |
| | | // feedback := "暂不支持!!!"; |
| | | //} |
| | | // |
| | | //return flag; |
| | | *] |
| | | QuillAction |
| | | { |
| | | Body: |
| | | [* |
| | | GlobalOTDTable.Global_ShowRow( relflush ); |
| | | GlobalOTDTable.Global_ShowColumn( relflush ); |
| | | GlobalOTDTable.Global_ShowCell( relflush ); |
| | | |
| | | Global_ShowCell::ShowData( GlobalOTDTable, selection ); |
| | | //GlobalOTDTable.Global_ShowRow( relflush ); |
| | | //GlobalOTDTable.Global_ShowColumn( relflush ); |
| | | //GlobalOTDTable.Global_ShowCell( relflush ); |
| | | // |
| | | //Global_ShowCell::ShowData( GlobalOTDTable, selection ); |
| | | *] |
| | | GroupServerCalls: false |
| | | } |