diff --git a/문서/PQ/ClientAjax_controller_calls.md b/문서/PQ/ClientAjax_controller_calls.md new file mode 100644 index 0000000..dcef5dc --- /dev/null +++ b/문서/PQ/ClientAjax_controller_calls.md @@ -0,0 +1,1117 @@ +# ClientAjax_controller Calls + +- Search root: E:\project\PQ\Restored_Source\PQProject\PQProject +- Generated at: 2026-07-27 11:51:42 +- Total calls: 143 + +## frmCalendarDetail.cs + +- Line: 416 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=calendar_detail"; +``` + +## frmCommonCode.cs + +- Line: 900 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode"; +``` + +- Line: 1012 +- Function: AxfpSpread1_ClickEvent + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_Detail&code=" + gQueryCode; +``` + +- Line: 1231 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_Detail_update"; +``` + +## frmCommonCodeMaster.cs + +- Line: 611 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode"; +``` + +- Line: 810 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_update"; +``` + +## frmCommonConLevel1.cs + +- Line: 612 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=1"; +``` + +- Line: 736 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind_update&level=1"; +``` + +## frmCommonConLevel2.cs + +- Line: 663 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=1"; +``` + +- Line: 763 +- Function: cbLevel1_SelectedIndexChanged + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=2&code1=" + gSelectCode1; +``` + +- Line: 881 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind_update&level=2"; +``` + +## frmCommonConLevel3.cs + +- Line: 753 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=1"; +``` + +- Line: 846 +- Function: cbLevel1_SelectedIndexChanged + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=2&code1=" + gSelectCode1; +``` + +- Line: 939 +- Function: cbLevel2_SelectedIndexChanged + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=3&code1=" + gSelectCode1; +``` + +- Line: 1058 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind_update&level=3"; +``` + +## frmCommonConList.cs + +- Line: 497 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=all"; +``` + +## frmCommonJobType.cs + +- Line: 679 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_JobType"; +``` + +- Line: 840 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_JobType_update"; +``` + +## frmCommonLicense.cs + +- Line: 926 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_License"; +``` + +- Line: 1179 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_License_update"; +``` + +## frmCompanyCareer.cs + +- Line: 2346 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=ProjectList-HWP"; +``` + +## frmCompanyProjectCreate.cs + +- Line: 661 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=SATIS&SubAction=project_list"; +``` + +- Line: 879 +- Function: AxfpSpread1_ClickEvent + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=SATIS&SubAction=project_degree_list"; +``` + +## frmCompanyProjectHistory.cs + +- Line: 703 +- Function: QueryContractNotify + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=CompanyCareerHistory&SubAction=del_list"; +``` + +- Line: 906 +- Function: btnAllConfirm_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=CompanyCareerHistory&SubAction=del_confirm_all"; +``` + +## frmCompanyProjectInfo.cs + +- Line: 4561 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=ProjectList&project=" + txtProject.Text; +``` + +- Line: 4953 +- Function: frmCompanyProjectInfo_Load + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_JobType"; +``` + +- Line: 4962 +- Function: frmCompanyProjectInfo_Load + +```csharp +AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list"; +``` + +- Line: 4963 +- Function: frmCompanyProjectInfo_Load + +```csharp +AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete"; +``` + +- Line: 4964 +- Function: frmCompanyProjectInfo_Load + +```csharp +AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload"; +``` + +- Line: 4965 +- Function: frmCompanyProjectInfo_Load + +```csharp +AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit"; +``` + +- Line: 5035 +- Function: ViewTableData + +```csharp +string text4 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=ProjectInfo"; +``` + +- Line: 5041 +- Function: ViewTableData + +```csharp +text4 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=project_detail"; +``` + +- Line: 5838 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_project_detail_update"; +``` + +- Line: 6049 +- Function: WebQueryLib4_OnResultMessage + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=project_detail&project_name=" + txtProjectJobName2.Text; +``` + +- Line: 6474 +- Function: btnProjectDel_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_project_detail_del"; +``` + +## frmCompanyProjectMember.cs + +- Line: 2519 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=ProjectList&project=" + txtProject.Text; +``` + +- Line: 2932 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_project_detail_update2"; +``` + +- Line: 2955 +- Function: AxfpSpread1_ClickEvent + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=ProjectInfo"; +``` + +- Line: 2964 +- Function: AxfpSpread1_ClickEvent + +```csharp +text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=project_detail"; +``` + +## frmContractNotify.cs + +- Line: 482 +- Function: QueryContractNotify + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=ContractNotify&SubAction=notify_list"; +``` + +- Line: 650 +- Function: btnActiveConfirm_Click + +```csharp +string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=ContractNotify&SubAction=notify_confirm"; +``` + +- Line: 689 +- Function: btnAllConfirm_Click + +```csharp +string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=ContractNotify&SubAction=notify_confirm"; +``` + +## frmCreateProject.cs + +- Line: 1420 +- Function: btnSearchProject_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_001&SubAction=Ajax01"; +``` + +- Line: 1723 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_001&SubAction=insert"; +``` + +- Line: 1806 +- Function: GetProjectMemberList + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_001&SubAction=Ajax02"; +``` + +## frmDevelop.cs + +- Line: 1367 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_006&SubAction=Ajax01"; +``` + +## frmDevelopEdit.cs + +- Line: 2062 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_006&SubAction=Ajax01"; +``` + +- Line: 2291 +- Function: frmDevelopEdit_Load + +```csharp +AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list"; +``` + +- Line: 2292 +- Function: frmDevelopEdit_Load + +```csharp +AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete"; +``` + +- Line: 2293 +- Function: frmDevelopEdit_Load + +```csharp +AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload"; +``` + +- Line: 2294 +- Function: frmDevelopEdit_Load + +```csharp +AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit"; +``` + +- Line: 2413 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_006&SubAction=Ajax01_update"; +``` + +## frmDownloadImageFile.cs + +- Line: 1703 +- Function: btnSearch_Click + +```csharp +string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_03_002&SubAction=download-company-image"; +``` + +- Line: 1728 +- Function: btnSearch_Click + +```csharp +string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_03_002&SubAction=download-person-image"; +``` + +- Line: 1776 +- Function: btnSearch_Click + +```csharp +text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_03_002&SubAction=download-company-image"; +``` + +## frmFieldOfExpertise.cs + +- Line: 734 +- Function: cbFieldOfExpertiser_SelectedIndexChanged + +```csharp +string text = ((cbFieldOfExpertise.SelectedIndex <= 0) ? ("http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_008&SubAction=Ajax02&value_code=%") : ("http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_008&SubAction=Ajax02&value_code=" + ViewData1[cbFieldOfExpertise.SelectedIndex].ItemList[0])); +``` + +- Line: 868 +- Function: frmFieldOfExpertise_Load + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_008&SubAction=Ajax01"; +``` + +- Line: 1046 +- Function: btnSearch_Click + +```csharp +string text = ((cbFieldOfExpertise.SelectedIndex <= 0) ? ("http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_008&SubAction=Ajax02&value_code=%") : ("http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_008&SubAction=Ajax02&value_code=" + ViewData1[cbFieldOfExpertise.SelectedIndex].ItemList[0])); +``` + +## frmInvest.cs + +- Line: 1028 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_005&SubAction=Ajax01"; +``` + +## frmInvestEdit.cs + +- Line: 1737 +- Function: btnSearchBid_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_005&SubAction=Ajax01"; +``` + +- Line: 1903 +- Function: frmInvestEdit_Load + +```csharp +AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list"; +``` + +- Line: 1904 +- Function: frmInvestEdit_Load + +```csharp +AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete"; +``` + +- Line: 1905 +- Function: frmInvestEdit_Load + +```csharp +AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload"; +``` + +- Line: 1906 +- Function: frmInvestEdit_Load + +```csharp +AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit"; +``` + +- Line: 2049 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_005&SubAction=Ajax01_update"; +``` + +## frmLogin.cs + +- Line: 1004 +- Function: btnLogin_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_001&SubAction=login"; +``` + +- Line: 1116 +- Function: btnAccountRequest_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AccountRequest"; +``` + +## frmMainMDI.cs + +- Line: 4703 +- Function: frmMainMDI_Load + +```csharp +i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=project_advance_code"; +``` + +- Line: 4705 +- Function: frmMainMDI_Load + +```csharp +i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=project_common_code"; +``` + +- Line: 4799 +- Function: GetSchedulerData + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=calendar"; +``` + +- Line: 5003 +- Function: tmrStart_Tick + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=calendar_detail"; +``` + +- Line: 6141 +- Function: QueryContractNotify + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=ContractNotify&SubAction=notify_alarm"; +``` + +## frmMasterLicenseCode.cs + +- Line: 338 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=master_license_code"; +``` + +## frmMost.cs + +- Line: 1412 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_007&SubAction=Ajax01"; +``` + +## frmMostEdit.cs + +- Line: 2383 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_007&SubAction=Ajax01"; +``` + +- Line: 2569 +- Function: frmMostEdit_Load + +```csharp +AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list"; +``` + +- Line: 2570 +- Function: frmMostEdit_Load + +```csharp +AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete"; +``` + +- Line: 2571 +- Function: frmMostEdit_Load + +```csharp +AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload"; +``` + +- Line: 2572 +- Function: frmMostEdit_Load + +```csharp +AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit"; +``` + +- Line: 2731 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_007&SubAction=Ajax01_update"; +``` + +## frmMostManagement.cs + +- Line: 809 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_007&SubAction=Ajax01"; +``` + +## frmMostReport1.cs + +- Line: 324 +- Function: btnSearch_Click + +```csharp +string urlString = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=MOST&MainAction=REPORT_01"; +``` + +## frmMostReport2.cs + +- Line: 324 +- Function: btnSearch_Click + +```csharp +string urlString = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=MOST&MainAction=REPORT_02"; +``` + +## frmMostReport3.cs + +- Line: 416 +- Function: btnSearch_Click + +```csharp +string urlString = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=MOST&MainAction=REPORT_03"; +``` + +## frmPerson.cs + +- Line: 2242 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_002&SubAction=Ajax01&bid=" + txtProject.Text; +``` + +- Line: 3449 +- Function: GetPersonInfo + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_002&SubAction=Ajax02&residentno=" + gResidentNo; +``` + +## frmPersonCareer.cs + +- Line: 3137 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_007&SubAction=Ajax02"; +``` + +- Line: 4013 +- Function: btnDetailSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax03_job_history"; +``` + +## frmPersonCompanyDownload.cs + +- Line: 149 +- Function: frmPersonCompanyDownload_Load + +```csharp +AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list"; +``` + +- Line: 150 +- Function: frmPersonCompanyDownload_Load + +```csharp +AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete"; +``` + +- Line: 151 +- Function: frmPersonCompanyDownload_Load + +```csharp +AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload"; +``` + +- Line: 152 +- Function: frmPersonCompanyDownload_Load + +```csharp +AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit"; +``` + +## frmPersonInfo.cs + +- Line: 4754 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_list"; +``` + +- Line: 5116 +- Function: frmPersonInfo_Load + +```csharp +AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list"; +``` + +- Line: 5117 +- Function: frmPersonInfo_Load + +```csharp +AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete"; +``` + +- Line: 5118 +- Function: frmPersonInfo_Load + +```csharp +AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload"; +``` + +- Line: 5119 +- Function: frmPersonInfo_Load + +```csharp +AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit"; +``` + +- Line: 5185 +- Function: ViewTableData + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_info"; +``` + +- Line: 5189 +- Function: ViewTableData + +```csharp +text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_detail"; +``` + +- Line: 5610 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_detail_update"; +``` + +- Line: 6384 +- Function: WebQueryLib3_OnResultMessage + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_detail"; +``` + +- Line: 6456 +- Function: btnNewPerson_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_master_member_detail"; +``` + +- Line: 6460 +- Function: btnNewPerson_Click + +```csharp +text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_master_member_info"; +``` + +- Line: 6470 +- Function: btnCreateCalc_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_calc_level"; +``` + +- Line: 6541 +- Function: btnMemberRemove_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_detail_del"; +``` + +## frmPersonLicenceCode.cs + +- Line: 487 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonCode_License"; +``` + +## frmPersonList.cs + +- Line: 557 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_001&SubAction=Ajax01"; +``` + +## frmPersonMasterQuery.cs + +- Line: 560 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_master_member_list"; +``` + +- Line: 705 +- Function: btnSelect_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_info"; +``` + +## frmPersonReportPrint.cs + +- Line: 869 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_list"; +``` + +- Line: 1047 +- Function: ViewData + +```csharp +string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_report"; +``` + +## frmProgramHistory.cs + +- Line: 132 +- Function: frmProgramHistory_Load + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=program_history"; +``` + +## frmProjectSimpleInfo.cs + +- Line: 393 +- Function: frmProjectSimpleInfo_Load + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=project_detail"; +``` + +## frmRD.cs + +- Line: 1309 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_008&SubAction=Ajax01"; +``` + +## frmRDEdit.cs + +- Line: 1842 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_008&SubAction=Ajax01"; +``` + +- Line: 2021 +- Function: frmRDEdit_Load + +```csharp +AttachFileControl1.URL_Search = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_list"; +``` + +- Line: 2022 +- Function: frmRDEdit_Load + +```csharp +AttachFileControl1.URL_Deleted = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_delete"; +``` + +- Line: 2023 +- Function: frmRDEdit_Load + +```csharp +AttachFileControl1.URL_NewUpload = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_upload"; +``` + +- Line: 2024 +- Function: frmRDEdit_Load + +```csharp +AttachFileControl1.URL_Edit = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=AttachFileProcess&SubAction=Ajax01_image_edit"; +``` + +- Line: 2143 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_05_008&SubAction=Ajax01_update"; +``` + +## frmReportFindCondition.cs + +- Line: 1796 +- Function: AxfpSpread1_ClickEvent + +```csharp +string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=category_sub_code"; +``` + +- Line: 1849 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=category_code"; +``` + +- Line: 2571 +- Function: Button1_Click + +```csharp +i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_member_doc_list"; +``` + +- Line: 2718 +- Function: Button1_Click + +```csharp +i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_001&SubAction=Ajax01_company_doc_list"; +``` + +## frmReportPersonJobList.cs + +- Line: 3424 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_007&SubAction=Ajax02"; +``` + +- Line: 3791 +- Function: ViewTableData + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_007&SubAction=Ajax03"; +``` + +## frmReportPersonJobList2.cs + +- Line: 1785 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_007&SubAction=Ajax02"; +``` + +- Line: 1970 +- Function: ViewTableData + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_007&SubAction=Ajax03"; +``` + +## frmReportPersonLevel.cs + +- Line: 721 +- Function: GetLicencelist + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_005&SubAction=Ajax01"; +``` + +- Line: 851 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_005&SubAction=Ajax02&level=" + ViewData1[cbLicence.SelectedIndex].ItemList[0]; +``` + +## frmReportPersonLicence.cs + +- Line: 742 +- Function: cbYear_SelectedIndexChanged + +```csharp +string text = ((cbLicence.SelectedIndex <= 0) ? ("http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_004&SubAction=Ajax02&liccode=%") : ("http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_004&SubAction=Ajax02&liccode=" + ViewData1[cbLicence.SelectedIndex].ItemList[0])); +``` + +- Line: 751 +- Function: GetLicencelist + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_004&SubAction=Ajax01"; +``` + +## frmReportPersonWorkDup.cs + +- Line: 964 +- Function: btbSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_02_006&SubAction=Ajax01"; +``` + +## frmScheduler.cs + +- Line: 1991 +- Function: tmrStart_Tick + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=calendar"; +``` + +## frmSearchFindAdd.cs + +- Line: 833 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax00_CommonContKind&level=all"; +``` + +- Line: 836 +- Function: btnSearch_Click + +```csharp +text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=category_code"; +``` + +## frmSearchMasterProject.cs + +- Line: 662 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax02"; +``` + +## frmSearchProject.cs + +- Line: 610 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=Ajax01"; +``` + +- Line: 851 +- Function: btnRemoveItem_Click + +```csharp +string text2 = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=PersonJobList-Del"; +``` + +## frmSystemUpdate.cs + +- Line: 570 +- Function: btnSearch_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_002&SubAction=UpdatePersonDate"; +``` + +## frmUserAuth.cs + +- Line: 577 +- Function: btnSearch_Click + +```csharp +string text = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_001&SubAction=userlist"; +``` + +- Line: 754 +- Function: btnSave_Click + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_001&SubAction=userlist-update"; +``` + diff --git a/문서/PQ/extracted_queries.md b/문서/PQ/extracted_queries.md new file mode 100644 index 0000000..da243a2 --- /dev/null +++ b/문서/PQ/extracted_queries.md @@ -0,0 +1,368 @@ +# Extracted SQL Queries + +- Source: E:\project\PQ\Restored_Source\extracted_queries.txt +- Generated at: 2026-07-27 12:02:27 +- Total query blocks: 38 + +## Query 1 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 205 + +```csharp +string cmdText = "select * from section_tbl where ServiceSection='" + i_Section + "'"; +``` + +## Query 2 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 264 + +```csharp +string i_szsql = "delete from section_tbl where ServiceSection='" + i_Section + "'"; +``` + +## Query 3 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 294 + +```csharp +i_szsql = "insert into section_tbl(ServiceSection,seq,viewdata) values("; + i_szsql = i_szsql + "'" + i_Section + "',"; + i_szsql = i_szsql + "" + Conversions.ToString(num) + ","; + i_szsql = i_szsql + "'" + text + "')"; +``` + +## Query 4 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 325 + +```csharp +string cmdText = "select * from section_tbl where jobcode='" + i_JobCode + "' and mode='" + i_Mode + "'"; +``` + +## Query 5 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 386 + +```csharp +string i_szsql = "delete from search_condition_tbl where jobcode='" + i_JobCode + "' and mode='" + i_Mode + "'"; +``` + +## Query 6 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 417 + +```csharp +i_szsql = "insert into search_condition_tbl(jobcode,mode,seq,viewdata) values("; + i_szsql = i_szsql + "'" + i_JobCode + "',"; + i_szsql = i_szsql + "'" + i_Mode + "',"; + i_szsql = i_szsql + "" + Conversions.ToString(num) + ","; + i_szsql = i_szsql + "'" + text + "')"; +``` + +## Query 7 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 451 + +```csharp +string cmdText = "delete from hwp_Person_Detail_tbl "; +``` + +## Query 8 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 455 + +```csharp +cmdText = "delete from hwp_Person_JobList_tbl "; +``` + +## Query 9 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 459 + +```csharp +cmdText = "delete from hwp_person_tbl "; +``` + +## Query 10 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 463 + +```csharp +cmdText = "delete from person_job_tbl "; +``` + +## Query 11 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 467 + +```csharp +cmdText = "delete from project_user_define_tbl "; +``` + +## Query 12 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 471 + +```csharp +cmdText = "delete from search_condition_tbl "; +``` + +## Query 13 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 475 + +```csharp +cmdText = "delete from section_tbl "; +``` + +## Query 14 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 526 + +```csharp +string cmdText = "select membercode from hwp_Person_Detail_tbl where jobcode='" + i_JobCode + "' group by membercode"; +``` + +## Query 15 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 584 + +```csharp +string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCode + "' and membercode='" + i_MemberNo + "' and section_item='" + i_Section + "' order by seq"; +``` + +## Query 16 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 644 + +```csharp +string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCode + "' and membercode='" + i_MemberNo + "' and section_item='" + i_Section + "'"; +``` + +## Query 17 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 702 + +```csharp +string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCode + "' and membercode='" + i_MemberNo + "' and section_item='" + i_Section + "' and choice=1"; +``` + +## Query 18 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 747 + +```csharp +string i_szsql = "update hwp_Person_Detail_tbl set choice=0 where jobcode='" + i_JobCode + "' and membercode='" + i_MemberNo + "' and section_item='" + i_Section + "'"; +``` + +## Query 19 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 749 + +```csharp +i_szsql = "update hwp_Person_Detail_tbl set choice=1 where jobcode='" + i_JobCode + "' and membercode='" + i_MemberNo + "' and section_item='" + i_Section + "' and viewdata='" + i_WriteData + "'"; +``` + +## Query 20 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 758 + +```csharp +string i_szsql = "delete from hwp_Person_Detail_tbl where jobcode='" + i_JobCode + "' and membercode='" + i_MemberNo + "' and section_item='" + i_Section + "' and seq=" + Conversions.ToString(i_Seq); +``` + +## Query 21 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 760 + +```csharp +i_szsql = "insert into hwp_Person_Detail_tbl(jobcode,membercode,section_item,seq,viewdata) values("; + i_szsql = i_szsql + "'" + i_JobCode + "',"; + i_szsql = i_szsql + "'" + i_MemberNo + "',"; + i_szsql = i_szsql + "'" + i_Section + "',"; + i_szsql = i_szsql + "" + Conversions.ToString(i_Seq) + ","; + i_szsql = i_szsql + "'" + i_WriteData + "')"; +``` + +## Query 22 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 777 + +```csharp +string i_szsql = "delete from hwp_Person_Detail_tbl where jobcode='" + i_JobCode + "' and membercode='" + i_MemberNo + "'"; +``` + +## Query 23 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 803 + +```csharp +string cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobCode + "' and membercode='" + i_MemberNo + "' order by seq asc "; +``` + +## Query 24 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 960 + +```csharp +string cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobCode + "'"; +``` + +## Query 25 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 1336 + +```csharp +cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobCode + "' and membercode='" + i_MemberNo + "' order by seq asc "; +``` + +## Query 26 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 1651 + +```csharp +string i_szsql = "delete from hwp_Person_JobList_tbl where jobcode='" + i_JobCode + "' and membercode='" + i_MemberNo + "'"; +``` + +## Query 27 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 1663 + +```csharp +string text = "insert into hwp_Person_JobList_tbl(jobcode,membercode,seq,viewdata) values("; + text = text + "'" + i_JobCode + "',"; + text = text + "'" + i_MemberNo + "',"; + text = text + "" + i_Seq + ","; + text = text + "'" + i_WriteData + "')"; +``` + +## Query 28 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 1695 + +```csharp +string cmdText = "select * from project_user_define_tbl where jobcode='" + i_JobCode + "'"; +``` + +## Query 29 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 1753 + +```csharp +string i_szsql = "delete from project_user_define_tbl where jobcode='" + i_JobCode + "'"; +``` + +## Query 30 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 1758 + +```csharp +i_szsql = "insert into project_user_define_tbl (JobCode,projectname) values('" + i_JobCode + "','" + i_ProjectName + "')"; +``` + +## Query 31 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 1812 + +```csharp +string text = "select count(*) from find_condition "; +``` + +## Query 32 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 1870 + +```csharp +string i_szsql = "create table find_condition( kind text(50), data_key text(50), data_seq counter, contents text(250) )"; +``` + +## Query 33 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 1923 + +```csharp +string cmdText = "delete from find_condition where kind='" + i_kind + "' and data_key='" + i_data_key + "'"; +``` + +## Query 34 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 1974 + +```csharp +string text = "insert into find_condition(kind,data_key,data_seq,contents) values("; + text = text + "'" + i_kind + "'"; + text = text + ",'" + i_data_key + "'"; + text = text + ",'" + Conversions.ToString(i_seq) + "'"; + text = text + ",'" + i_contents + "'"; +``` + +## Query 35 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs +- Line: 2030 + +```csharp +string cmdText = "select * from find_condition where kind='" + i_kind + "' and data_key='" + i_data_key + "' order by data_seq asc"; +``` + +## Query 36 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmCompanyProjectInfo.cs +- Line: 5023 + +```csharp +mNewProject = "select"; +``` + +## Query 37 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmMainMDI.cs +- Line: 4677 + +```csharp +i_URL = "http://" + CommonModule.gServerAddress + "/pq/Update.php?ActionMode=VersionCheck"; +``` + +## Query 38 + +- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmUserAuth.cs +- Line: 754 + +```csharp +string i_URL = "http://" + CommonModule.gServerAddress + "/pq/sys/controller/ClientAjax_controller.php?ActionMode=Screen_00_001&SubAction=userlist-update"; +``` +