| | |
| | | OpenWindow(L"dev:xpage[PackSchemaMaint.goodslib.vx]"); |
| | | }else |
| | | { |
| | | int pr = g_xdoc_product; |
| | | LPARAM pr = g_xdoc_product; |
| | | OpenWindow(L"dev:xpage[ProductLibraryItemMaint.vx]",pr); |
| | | } |
| | | */ |
| | |
| | | no = e.getAttribute(L"guid"); |
| | | } |
| | | |
| | | dw_list.SetDataObject(ProductLibraryView::GetMaintListForm3(no).xml()); |
| | | dw_list.SetDataObject(ProductLibraryView::GetMaintListForm3(no)); |
| | | dw_list = GetControl(L"dw_list"); |
| | | dw_list.SetReadOnly(true); |
| | | |
| | |
| | | } |
| | | InitialFolder(); |
| | | |
| | | dw_list.SetDataObject(ProductLibraryView::GetMaintListForm3(L"").xml()); |
| | | dw_list.SetDataObject(ProductLibraryView::GetMaintListForm3(L"")); |
| | | dw_list = GetControl(L"dw_list"); |
| | | dw_list.SetReadOnly(true); |
| | | |