| | |
| | | KXMLDOMElement e = tv_folder.GetItemData(hItem); |
| | | //xstring no = e.getAttribute(L"no"); |
| | | //if(no==L"") return 1; |
| | | xstring guid = e.getAttribute(L"guid"); |
| | | xaserverarg arg; |
| | | //xstring guid = e.getAttribute(L"guid"); |
| | | |
| | | |
| | | int row = dw_list.GetNextSelectRow(1); |
| | | if (row < 1) row = dw_list.GetRow(); |
| | | if (row < 1 || row > dw_list.GetRowCount()) return 0; |
| | | xstring guid = dw_list.GetItemString(row, L"@guid"); |
| | | if (guid == L"") return 1; |
| | | arg.AddArg(L"skuid", guid); |
| | | |
| | | /* |
| | | if(no==L"NP0000FS" || no==L"UP0000FS") |
| | |
| | | */ |
| | | //KXMLDOMElement ele = g_xdoc_product.getRowElement(L"data/Item", 1); |
| | | //alert(ele.xml); |
| | | #ifdef shouldfinished |
| | | int pr = g_xdoc_product; |
| | | OpenWindow(L"dev:xpage[ProductLibraryItemMaint3.vx]", pr); |
| | | #endif |
| | | |
| | | OpenWindow(L"dev:xpage[ProductLibraryItemMaint3.vx]", arg); |
| | | # |
| | | return 1; |
| | | } |
| | | |