Swapped Count with DCount

This commit is contained in:
Infineon\StieberD
2025-09-15 12:31:13 -07:00
parent ed6f6cfc0d
commit c316aa9164
2 changed files with 8 additions and 8 deletions

View File

@ -427,7 +427,7 @@ Service GetQAMetComplete(WOMatKey)
QAMetRec = Database_Services('ReadDataRow', 'WO_MAT_QA', WOMatKey, '', True$, 0, False$)
Stages = QAMetRec<WO_MAT_QA_STAGE$>
Results = QAMetRec<WO_MAT_QA_RESULT$>
StageCount = Count(Stages, @VM)
StageCount = DCount(Stages, @VM)
For I = 1 to StageCount
If Results<1,I> EQ '' then
Response = False$
@ -495,4 +495,3 @@ Service GetMUWaferQAComplete(WOMatKey)
end service

View File

@ -699,3 +699,4 @@ end service