jrj/ext-jrj/ext-jrj.vcxproj
@@ -331,6 +331,16 @@ <ClCompile Include="..\project\business\Supplier3.list.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\project\business\Supplier\asklist.Owner.Supplier.cpp" /> <ClCompile Include="..\project\business\Supplier\Inspection.Supplie.cpp" /> <ClCompile Include="..\project\business\Supplier\list.Owner.Supplier.cpp" /> <ClCompile Include="..\project\business\Supplier\maint.Document.Supplier.cpp" /> <ClCompile Include="..\project\business\Supplier\maint.Document.SupplierEx.cpp" /> <ClCompile Include="..\project\business\Supplier\maint.Document.SupplierSD.cpp" /> <ClCompile Include="..\project\business\Supplier\maint.Owner.Supplier.cpp" /> <ClCompile Include="..\project\business\Supplier\maintex.Owner.Supplier.cpp" /> <ClCompile Include="..\project\business\Supplier\paymen.Supplie.cpp" /> <ClCompile Include="..\project\business\Supplier\SupplierSource.cpp" /> <ClCompile Include="..\project\printview\Maint.Template.PrintEx.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> jrj/ext-jrj/ext-jrj.vcxproj.filters
@@ -70,6 +70,9 @@ <Filter Include="vbusiness\printview"> <UniqueIdentifier>{6f77cfbf-b9ec-4031-9d7a-6925116f657b}</UniqueIdentifier> </Filter> <Filter Include="project\business\Supplier"> <UniqueIdentifier>{411fad96-7418-4b98-8e36-3f9893659ea1}</UniqueIdentifier> </Filter> </ItemGroup> <ItemGroup> <ClInclude Include="framework.h"> @@ -431,5 +434,35 @@ <ClCompile Include="..\project\printview\Template.Print.ViewEx.cpp"> <Filter>vbusiness\printview</Filter> </ClCompile> <ClCompile Include="..\project\business\Supplier\asklist.Owner.Supplier.cpp"> <Filter>project\business\Supplier</Filter> </ClCompile> <ClCompile Include="..\project\business\Supplier\Inspection.Supplie.cpp"> <Filter>project\business\Supplier</Filter> </ClCompile> <ClCompile Include="..\project\business\Supplier\list.Owner.Supplier.cpp"> <Filter>project\business\Supplier</Filter> </ClCompile> <ClCompile Include="..\project\business\Supplier\maint.Document.Supplier.cpp"> <Filter>project\business\Supplier</Filter> </ClCompile> <ClCompile Include="..\project\business\Supplier\maint.Document.SupplierEx.cpp"> <Filter>project\business\Supplier</Filter> </ClCompile> <ClCompile Include="..\project\business\Supplier\maint.Document.SupplierSD.cpp"> <Filter>project\business\Supplier</Filter> </ClCompile> <ClCompile Include="..\project\business\Supplier\maint.Owner.Supplier.cpp"> <Filter>project\business\Supplier</Filter> </ClCompile> <ClCompile Include="..\project\business\Supplier\maintex.Owner.Supplier.cpp"> <Filter>project\business\Supplier</Filter> </ClCompile> <ClCompile Include="..\project\business\Supplier\paymen.Supplie.cpp"> <Filter>project\business\Supplier</Filter> </ClCompile> <ClCompile Include="..\project\business\Supplier\SupplierSource.cpp"> <Filter>project\business\Supplier</Filter> </ClCompile> </ItemGroup> </Project> jrj/project/business/Supplier/Inspection.Supplie.cppBinary files differ
jrj/project/business/Supplier/SupplierSource.cppBinary files differ
jrj/project/business/Supplier/asklist.Owner.Supplier.cppBinary files differ
jrj/project/business/Supplier/list.Owner.Supplier.cppBinary files differ
jrj/project/business/Supplier/maint.Document.Supplier.cppBinary files differ
jrj/project/business/Supplier/maint.Document.SupplierEx.cppBinary files differ
jrj/project/business/Supplier/maint.Document.SupplierSD.cppBinary files differ
jrj/project/business/Supplier/maint.Owner.Supplier.cppBinary files differ
jrj/project/business/Supplier/maintex.Owner.Supplier.cppBinary files differ
jrj/project/business/Supplier/paymen.Supplie.cppBinary files differ
jrj/project/printview/Template.Print.Dialog.cpp
@@ -112,20 +112,20 @@ { bupdate = true; } xml x = new xml; x.setNativePointer(xml::CreateInstance()); xaserverarg arg = new xaserverarg; arg.setNativePointer(arg.CreateInstance()); xml x; xaserverarg arg; arg.AddArg(L"Entity",m_EntityName); arg.AddArg(L"Dir",m_Dir); dw_list.Reset(); if (url::get(L"/sale/data/SysPrintTemplate/listDialog",arg.GetString(),x) != 1) if (xurl::get(L"/sale/data/SysPrintTemplate/listDialog",arg.GetString(),x) != 1) { trace(x.GetXmlDoc().text); trace(x.text()); return -1; }else { xstring s = x.GetXml(); xstring s = x.xml(); dw_list.Retrieve(x); } dw_list.Redraw(); @@ -152,10 +152,10 @@ else { KXMLDOMElement ele = dw_list.GetRowElement(row); xstring sguid = ele.selectSingleNode(L"ID").text; xstring sTemplName = ele.selectSingleNode(L"TemplName").text; xstring sguid = ele.selectSingleNode(L"ID").text(); xstring sTemplName = ele.selectSingleNode(L"TemplName").text(); //xstring sFile = m_filePath + sguid+L".xsl"; xstring sFile = m_filePath + ele.selectSingleNode(L"urlPath").text; xstring sFile = m_filePath + ele.selectSingleNode(L"urlPath").text(); arg_param.AddArg(L"xsl",sFile); arg_param.AddArg(L"return",L"cancel");