PQ 쿼리 메뉴명 추가
This commit is contained in:
+77
-36
@@ -1,13 +1,14 @@
|
|||||||
# Extracted SQL Queries
|
# Extracted SQL Queries
|
||||||
|
|
||||||
- Source: E:\project\PQ\Restored_Source\extracted_queries.txt
|
- Source: E:\project\PQ\Restored_Source\extracted_queries.txt
|
||||||
- Generated at: 2026-07-27 13:13:03
|
- Generated at: 2026-07-27 13:26:06
|
||||||
- Total query blocks: 38
|
- Total query blocks: 38
|
||||||
|
|
||||||
## Query 1
|
## Query 1
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 개발실적 생성 / frmDevelop_Load; 투자실적 생성 / frmInvest_Load; 활용실적 생성 / frmMost_Load; R & D 실적 생성 / frmRD_Load
|
||||||
|
- Source function: LoadSection
|
||||||
- Line: 205
|
- Line: 205
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -17,7 +18,8 @@ string cmdText = "select * from section_tbl where ServiceSection='" + i_Section
|
|||||||
## Query 2
|
## Query 2
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 개발실적 생성 > 저장 / btnSave_Click; 투자실적 생성 > 저장 / btnSave_Click; 활용실적 생성 > 저장 / btnSave_Click; R & D 실적 생성 > 저장 / btnSave_Click
|
||||||
|
- Source function: SaveSection
|
||||||
- Line: 264
|
- Line: 264
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -27,7 +29,8 @@ string i_szsql = "delete from section_tbl where ServiceSection='" + i_Section +
|
|||||||
## Query 3
|
## Query 3
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 개발실적 생성 > 저장 / btnSave_Click; 투자실적 생성 > 저장 / btnSave_Click; 활용실적 생성 > 저장 / btnSave_Click; R & D 실적 생성 > 저장 / btnSave_Click
|
||||||
|
- Source function: SaveSection
|
||||||
- Line: 294
|
- Line: 294
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -40,7 +43,8 @@ i_szsql = "insert into section_tbl(ServiceSection,seq,viewdata) values(";
|
|||||||
## Query 4
|
## Query 4
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 조건검색 / frmReportFindCondition_Load
|
||||||
|
- Source function: LoadSearchCondition
|
||||||
- Line: 325
|
- Line: 325
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -50,7 +54,8 @@ string cmdText = "select * from section_tbl where jobcode='" + i_JobCode + "' an
|
|||||||
## Query 5
|
## Query 5
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 조건검색 > 선택 정보 적용 / btnSave_Click
|
||||||
|
- Source function: SaveSearchCondition
|
||||||
- Line: 386
|
- Line: 386
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -60,7 +65,8 @@ string i_szsql = "delete from search_condition_tbl where jobcode='" + i_JobCode
|
|||||||
## Query 6
|
## Query 6
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 조건검색 > 선택 정보 적용 / btnSave_Click
|
||||||
|
- Source function: SaveSearchCondition
|
||||||
- Line: 417
|
- Line: 417
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -74,7 +80,8 @@ i_szsql = "insert into search_condition_tbl(jobcode,mode,seq,viewdata) values(";
|
|||||||
## Query 7
|
## Query 7
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||||
|
- Source function: InitDataBase
|
||||||
- Line: 451
|
- Line: 451
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -84,7 +91,8 @@ string cmdText = "delete from hwp_Person_Detail_tbl ";
|
|||||||
## Query 8
|
## Query 8
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||||
|
- Source function: InitDataBase
|
||||||
- Line: 455
|
- Line: 455
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -94,7 +102,8 @@ cmdText = "delete from hwp_Person_JobList_tbl ";
|
|||||||
## Query 9
|
## Query 9
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||||
|
- Source function: InitDataBase
|
||||||
- Line: 459
|
- Line: 459
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -104,7 +113,8 @@ cmdText = "delete from hwp_person_tbl ";
|
|||||||
## Query 10
|
## Query 10
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||||
|
- Source function: InitDataBase
|
||||||
- Line: 463
|
- Line: 463
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -114,7 +124,8 @@ cmdText = "delete from person_job_tbl ";
|
|||||||
## Query 11
|
## Query 11
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||||
|
- Source function: InitDataBase
|
||||||
- Line: 467
|
- Line: 467
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -124,7 +135,8 @@ cmdText = "delete from project_user_define_tbl ";
|
|||||||
## Query 12
|
## Query 12
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||||
|
- Source function: InitDataBase
|
||||||
- Line: 471
|
- Line: 471
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -134,7 +146,8 @@ cmdText = "delete from search_condition_tbl ";
|
|||||||
## Query 13
|
## Query 13
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||||
|
- Source function: InitDataBase
|
||||||
- Line: 475
|
- Line: 475
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -144,7 +157,8 @@ cmdText = "delete from section_tbl ";
|
|||||||
## Query 14
|
## Query 14
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson
|
||||||
|
- Source function: GetPersonList
|
||||||
- Line: 526
|
- Line: 526
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -154,7 +168,8 @@ string cmdText = "select membercode from hwp_Person_Detail_tbl where jobcode='"
|
|||||||
## Query 15
|
## Query 15
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson
|
||||||
|
- Source function: SaveFileDetailSection
|
||||||
- Line: 584
|
- Line: 584
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -164,7 +179,8 @@ string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCo
|
|||||||
## Query 16
|
## Query 16
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson
|
||||||
|
- Source function: GetPersonDetailSection
|
||||||
- Line: 644
|
- Line: 644
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -174,7 +190,8 @@ string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCo
|
|||||||
## Query 17
|
## Query 17
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson; 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 / WebQueryLib1_OnResultMessage
|
||||||
|
- Source function: GetPersonDetailChoice
|
||||||
- Line: 702
|
- Line: 702
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -184,7 +201,8 @@ string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCo
|
|||||||
## Query 18
|
## Query 18
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 > 저장 / btnSave_Click
|
||||||
|
- Source function: UpdatePersonDetailChoiceSection
|
||||||
- Line: 747
|
- Line: 747
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -194,7 +212,8 @@ string i_szsql = "update hwp_Person_Detail_tbl set choice=0 where jobcode='" + i
|
|||||||
## Query 19
|
## Query 19
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 > 저장 / btnSave_Click
|
||||||
|
- Source function: UpdatePersonDetailChoiceSection
|
||||||
- Line: 749
|
- Line: 749
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -204,7 +223,8 @@ i_szsql = "update hwp_Person_Detail_tbl set choice=1 where jobcode='" + i_JobCod
|
|||||||
## Query 20
|
## Query 20
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 / AddSearchItem; 기술자실적 생성 > 저장 / btnSave_Click
|
||||||
|
- Source function: SavePersonDetailSection
|
||||||
- Line: 758
|
- Line: 758
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -214,7 +234,8 @@ string i_szsql = "delete from hwp_Person_Detail_tbl where jobcode='" + i_JobCode
|
|||||||
## Query 21
|
## Query 21
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 / AddSearchItem; 기술자실적 생성 > 저장 / btnSave_Click
|
||||||
|
- Source function: SavePersonDetailSection
|
||||||
- Line: 760
|
- Line: 760
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -229,7 +250,8 @@ i_szsql = "insert into hwp_Person_Detail_tbl(jobcode,membercode,section_item,seq
|
|||||||
## Query 22
|
## Query 22
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click
|
||||||
|
- Source function: ClearPersonDetailSection
|
||||||
- Line: 777
|
- Line: 777
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -239,7 +261,8 @@ string i_szsql = "delete from hwp_Person_Detail_tbl where jobcode='" + i_JobCode
|
|||||||
## Query 23
|
## Query 23
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click
|
||||||
|
- Source function: ClearPersonDetailSection
|
||||||
- Line: 803
|
- Line: 803
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -249,7 +272,8 @@ string cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobC
|
|||||||
## Query 24
|
## Query 24
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 기술자실적 생성 > 첨부자료 조회 및 다운로드 / btnDownloadFile_Click
|
||||||
|
- Source function: LoadJobList
|
||||||
- Line: 960
|
- Line: 960
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -259,7 +283,8 @@ string cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobC
|
|||||||
## Query 25
|
## Query 25
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson
|
||||||
|
- Source function: SaveFilePersonJobList
|
||||||
- Line: 1336
|
- Line: 1336
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -269,7 +294,8 @@ cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobCode + "
|
|||||||
## Query 26
|
## Query 26
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click; 기술자실적 생성 / AddSearchItem; 기술자실적 생성 > 저장 / btnSave_Click; 기술자실적 생성 > 자료 초기화 / btnClearPersonData_Click
|
||||||
|
- Source function: ClearPersonJobList
|
||||||
- Line: 1651
|
- Line: 1651
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -279,7 +305,8 @@ string i_szsql = "delete from hwp_Person_JobList_tbl where jobcode='" + i_JobCod
|
|||||||
## Query 27
|
## Query 27
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 기술자실적 생성 / AddSearchItem; 기술자실적 생성 > 저장 / btnSave_Click
|
||||||
|
- Source function: SavePersonJobList
|
||||||
- Line: 1663
|
- Line: 1663
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -293,7 +320,8 @@ string text = "insert into hwp_Person_JobList_tbl(jobcode,membercode,seq,viewdat
|
|||||||
## Query 28
|
## Query 28
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 프로젝트 코드 생성 > ... / btnSearchProject_Click_1; 사업코드 찾기 / DownloadDataView_01
|
||||||
|
- Source function: GetProjectUserName
|
||||||
- Line: 1695
|
- Line: 1695
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -303,7 +331,8 @@ string cmdText = "select * from project_user_define_tbl where jobcode='" + i_Job
|
|||||||
## Query 29
|
## Query 29
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click
|
||||||
|
- Source function: SaveProjectUserName
|
||||||
- Line: 1753
|
- Line: 1753
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -313,7 +342,8 @@ string i_szsql = "delete from project_user_define_tbl where jobcode='" + i_JobCo
|
|||||||
## Query 30
|
## Query 30
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click
|
||||||
|
- Source function: SaveProjectUserName
|
||||||
- Line: 1758
|
- Line: 1758
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -323,7 +353,8 @@ i_szsql = "insert into project_user_define_tbl (JobCode,projectname) values('" +
|
|||||||
## Query 31
|
## Query 31
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: DB 공통 처리 / DatabaseTableCheck_FindCondition
|
||||||
|
- Source function: CheckTableAlive
|
||||||
- Line: 1812
|
- Line: 1812
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -333,7 +364,8 @@ string text = "select count(*) from find_condition ";
|
|||||||
## Query 32
|
## Query 32
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 개인백업 / btnPersonDBBackup_Click; frmMainMDI.cs / DatabaseTableCheck_FindCondition
|
||||||
|
- Source function: DatabaseTableCheck_FindCondition
|
||||||
- Line: 1870
|
- Line: 1870
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -343,7 +375,8 @@ string i_szsql = "create table find_condition( kind text(50), data_key text(50
|
|||||||
## Query 33
|
## Query 33
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 조건검색 / frmReportFindCondition_FormClosed
|
||||||
|
- Source function: FindConditionClear
|
||||||
- Line: 1923
|
- Line: 1923
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -353,7 +386,8 @@ string cmdText = "delete from find_condition where kind='" + i_kind + "' and da
|
|||||||
## Query 34
|
## Query 34
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 조건검색 / frmReportFindCondition_FormClosed
|
||||||
|
- Source function: FindConditionAdd
|
||||||
- Line: 1974
|
- Line: 1974
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -367,7 +401,8 @@ string text = "insert into find_condition(kind,data_key,data_seq,contents) value
|
|||||||
## Query 35
|
## Query 35
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||||
- Menu: DB 공통 처리
|
- Menu: 조건검색 / frmReportFindCondition_Load
|
||||||
|
- Source function: FindConditionLoad
|
||||||
- Line: 2030
|
- Line: 2030
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -377,6 +412,8 @@ string cmdText = "select * from find_condition where kind='" + i_kind + "' and
|
|||||||
## Query 36
|
## Query 36
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmCompanyProjectInfo.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmCompanyProjectInfo.cs
|
||||||
|
- Menu: 회사실적관리 / AxfpSpread1_ClickEvent; 회사실적관리 / WebQueryLib1_OnResultMessage; 개발투자 편집 / AxfpSpread1_ClickEvent; 개발투자 편집 / WebQueryLib1_OnResultMessage; 투자실적 편집 / AxfpSpread1_ClickEvent; 투자실적 편집 / WebQueryLib1_OnResultMessage; 활용실적 편집 / AxfpSpread1_ClickEvent; 활용실적 편집 / WebQueryLib1_OnResultMessage; 기술자실적 생성 / WebQueryLib1_OnResultMessage; 기술자실적 생성 / AxfpSpread1_ClickEvent; 기술자별 설적관리 / AxfpSpread1_ClickEvent; 기술자별 설적관리 / WebQueryLib1_OnResultMessage; 개인정보 편집 / frmPersonInfo_Load; 개인정보 편집 / AxfpSpread1_ClickEvent; 개인정보 편집 / WebQueryLib1_OnResultMessage; R & D 실적 편집 / AxfpSpread1_ClickEvent; R & D 실적 편집 / WebQueryLib1_OnResultMessage; 기술자별 용역현황 / AxfpSpread1_ClickEvent; 기술자별 용역현황 / WebQueryLib2_OnResultMessage; 개인별 업무중복도 / WebQueryLib2_OnResultMessage; 개인별 업무중복도 / AxfpSpread1_ClickEvent
|
||||||
|
- Source function: ViewTableData
|
||||||
- Line: 5023
|
- Line: 5023
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -386,6 +423,8 @@ mNewProject = "select";
|
|||||||
## Query 37
|
## Query 37
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmMainMDI.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmMainMDI.cs
|
||||||
|
- Menu: frmMainMDI.cs / frmMainMDI_Load
|
||||||
|
- Source function: frmMainMDI_Load
|
||||||
- Line: 4677
|
- Line: 4677
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
@@ -395,6 +434,8 @@ i_URL = "http://" + CommonModule.gServerAddress + "/pq/Update.php?ActionMode=Ver
|
|||||||
## Query 38
|
## Query 38
|
||||||
|
|
||||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmUserAuth.cs
|
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmUserAuth.cs
|
||||||
|
- Menu: 회사실적 문서생성 > 화면 초기화 / btnClearItem_Click; 개발실적 생성 > 화면 초기화 / btnClearItem_Click; 투자실적 생성 > 화면 초기화 / btnClearItem_Click; 활용실적 생성 > 화면 초기화 / btnClearItem_Click; R & D 실적 생성 > 화면 초기화 / btnClearItem_Click
|
||||||
|
- Source function: btnSave_Click
|
||||||
- Line: 754
|
- Line: 754
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
|
|||||||
Reference in New Issue
Block a user