Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75992293c6 | |||
| 0e004828b3 | |||
| 714751f404 | |||
| 27576e946e | |||
| e548dddcbd | |||
| 8cbc8c497e | |||
| c328140441 |
@@ -24753,7 +24753,7 @@ BEGIN
|
|||||||
select Docs.DocID, UnitID, SectionID = MIN(SectionID)
|
select Docs.DocID, UnitID, SectionID = MIN(SectionID)
|
||||||
FROM
|
FROM
|
||||||
(SELECT DISTINCT [DocID]
|
(SELECT DISTINCT [DocID]
|
||||||
FROM [VEPROMS_Barakah].[dbo].[tblDocuments]) Docs
|
FROM [tblDocuments]) Docs
|
||||||
INNER JOIN Entries on Docs.DocID = Entries.DocID
|
INNER JOIN Entries on Docs.DocID = Entries.DocID
|
||||||
INNER JOIN Contents on Entries.ContentID = Contents.ContentID
|
INNER JOIN Contents on Entries.ContentID = Contents.ContentID
|
||||||
inner join Items on Items.ContentID = Contents.ContentID
|
inner join Items on Items.ContentID = Contents.ContentID
|
||||||
|
|||||||
@@ -1322,6 +1322,7 @@
|
|||||||
this.swRegenWordAttmts.TabIndex = 34;
|
this.swRegenWordAttmts.TabIndex = 34;
|
||||||
this.swRegenWordAttmts.Value = true;
|
this.swRegenWordAttmts.Value = true;
|
||||||
this.swRegenWordAttmts.ValueObject = "Y";
|
this.swRegenWordAttmts.ValueObject = "Y";
|
||||||
|
this.swRegenWordAttmts.ValueChanged += new System.EventHandler(this.swCk_ValueChanged);
|
||||||
//
|
//
|
||||||
// labelX1
|
// labelX1
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user