| | |
| | | } |
| | | if (frow > dw_list.GetRowCount()) return 1; |
| | | dw_list.SetRow(frow); |
| | | OpenWindow(L"dev:xpage[ExchangeSignFast.vx]", (WPARAM)&dw_list); |
| | | OpenWindow(L"dev:xpage[ExchangeSignFast.vx]", (LPARAM)dw_list.getNativePointer()); |
| | | return 1; |
| | | } |
| | | else if (comdid == L"xmAdd") |
| | |
| | | int h = xcombobox::GetCurSel(evt->command.hCtrl); |
| | | if (h > -1) |
| | | { |
| | | tabname = xcombobox::GetItemData(evt->command.hCtrl, h); |
| | | tabname = (string)xcombobox::GetItemData(evt->command.hCtrl, h); |
| | | SwitchLayer(L"sheet" + xstring(h + 1), L"frame"); |
| | | RetrieveData(); |
| | | SetAgent(); |