|  |  | 
 |  |  |          xstring InvoiceNo = dw_item.GetItemString(dw_item.GetRow(), L"NInvoiceNo"); | 
 |  |  |          if (InvoiceNo == L"") InvoiceNo = dw_item.GetItemString(dw_item.GetRow(), L"InvoiceNo"); | 
 |  |  |          xstring SupplierID = dw_item.GetItemString(dw_item.GetRow(), L"SupplierID"); | 
 |  |  |          xstring SupplierName = dw_item.GetItemString(dw_item.GetRow(), L"ShortName"); | 
 |  |  |          arg.AddArg(L"EntityNo", InvoiceNo, L""); | 
 |  |  |          arg.AddArg(L"EntityNoEx", InvoiceNo, L""); | 
 |  |  |          arg.AddArg(L"SupplierID", SupplierID); | 
 |  |  |          arg.AddArg(L"VATNotifyID", L""); | 
 |  |  |          arg.AddArg(L"SupplierName", SupplierName); | 
 |  |  |           | 
 |  |  |          openUrl(L"/sale/view/view.base/xpage/Template/PrintViewEx", arg); | 
 |  |  |          return 1; | 
 |  |  | 
 |  |  |          xstring InvoiceNo = dw_item.GetItemString(dw_item.GetRow(), L"NInvoiceNo"); | 
 |  |  |          if (InvoiceNo == L"") InvoiceNo = dw_item.GetItemString(dw_item.GetRow(), L"InvoiceNo"); | 
 |  |  |          xstring SupplierID = dw_item.GetItemString(dw_item.GetRow(), L"SupplierID"); | 
 |  |  |          xstring SupplierName = dw_item.GetItemString(dw_item.GetRow(), L"ShortName"); | 
 |  |  |          arg.AddArg(L"EntityNo", InvoiceNo, L""); | 
 |  |  |          arg.AddArg(L"EntityNoEx", InvoiceNo, L""); | 
 |  |  |          arg.AddArg(L"SupplierID", SupplierID); | 
 |  |  |          arg.AddArg(L"VATNotifyID", dw_item.GetGuid(dw_item.GetRow())); | 
 |  |  |          arg.AddArg(L"SupplierName", SupplierName); | 
 |  |  |          trace(InvoiceNo + L"====L" + dw_item.GetGuid(dw_item.GetRow())); | 
 |  |  |           | 
 |  |  |          openUrl(L"/sale/view/view.base/xpage/Template/PrintViewEx", arg); | 
 |  |  | 
 |  |  |          dw_item.SetColumnState(L"QtyUnitName", false); | 
 |  |  |          dw_item.SetColumnState(L"QtyUnit", false); | 
 |  |  |          dw_item.SetColumnState(L"CQtyUnit", false); | 
 |  |  |          dw_item.SetColumnState(L"ShortName", false); | 
 |  |  |  | 
 |  |  |          dw_fob = GetControl(L"dw_fob"); | 
 |  |  |          dw_fob.openUrl(L"/sale/view/VATNotify/template/VATNotify/fob"); |