| | |
| | | { |
| | | public: |
| | | xdwgrid dw_list;//hxsoft.com -> Developer -> wface -> vcontrol |
| | | int hSignWin; |
| | | HWND hSignWin; |
| | | xdwtable dw_arg; |
| | | xnode m_agentNode; //Agent Condition |
| | | |
| | |
| | | |
| | | int OnExchangeFileWindow() |
| | | { |
| | | xwin xw = OpenWindow(L"dev:xpage[BlankExcelTemplate.vx]", 0); |
| | | hSignWin = xw.GetHWND(); |
| | | xwin* xw = OpenWindow(L"dev:xpage[BlankExcelTemplate.vx]", 0); |
| | | hSignWin = xw->GetHWND(); |
| | | return 1; |
| | | } |
| | | |
| | |
| | | xaserverarg arg; |
| | | |
| | | arg.AddArg(L"html", str); |
| | | int obj = cast(dw_list as int); |
| | | arg.AddArg(L"obj", xstring(obj)); |
| | | arg.SetParam(L"obj", (LPARAM)&dw_list); |
| | | OpenWindow(L"dev:xpage[data.vanalysis.vx]", arg); |
| | | xutil::RestoreCursor(hCursor); |
| | | return 1; |
| | |
| | | arg.AddArg(L"QueryArg", GetQueryArg()); |
| | | arg.AddArg(L"MStatus", no); |
| | | |
| | | arg.AddArg(L"QueryName", GetControl(L"QueryName").GetText()); |
| | | arg.AddArg(L"QueryName", xcontrol(GetControl(L"QueryName")).GetText()); |
| | | //trace(arg.GetString()); |
| | | if (getUrl(L"/sale/data/ManpowerFile/list", arg.GetString(), x) != 1) |
| | | { |
| | |
| | | //arg.AddArg(L"QueryTxt",GetControl(L"sle_search").GetText());//添加所需要传到后台的参数 |
| | | arg.AddArg(L"QueryArg", GetQueryArg()); |
| | | arg.AddArg(L"MStatus", L""); |
| | | arg.AddArg(L"QueryName", GetControl(L"QueryName").GetText()); |
| | | arg.AddArg(L"QueryName", xcontrol(GetControl(L"QueryName")).GetText()); |
| | | //trace(L"查看arg=L"+arg.GetString());//运行界面打印 |
| | | if (getUrl(L"/sale/data/ManpowerFile/list", arg.GetString(), x) != 1)///sale/data/ManpowerFile/doclist后台接口 |
| | | { |