Daniel Covington пре 6 месеци
родитељ
комит
71625abc51
3 измењених фајлова са 31 додато и 2 уклоњено
  1. +1
    -1
      Data/Label_Report.rep
  2. +29
    -0
      Data/Proofs.rep
  3. +1
    -1
      ImportService/TrackingDataImport.vbs

+ 1
- 1
Data/Label_Report.rep Прегледај датотеку

@@ -1347,7 +1347,7 @@ object TRpReport
WFontName = 'Arial'
LFontName = 'Helvetica'
Expression =
#39'Code Expires on 5/7/2024 '#39' +'#13#10#39'Destroy Unused Lables '#39' +'#13#10#39'afte' +
#39'Code Expires on 8/5/2024 '#39' +'#13#10#39'Destroy Unused Lables '#39' +'#13#10#39'afte' +
'r election'#39
DisplayFormat = ''
ExportDisplayFormat = ''


+ 29
- 0
Data/Proofs.rep Прегледај датотеку

@@ -1889,6 +1889,9 @@ object TRpReport
end
item
Component = TRpExpression18
end
item
Component = TRpExpression7
end>
ExternalTable = 'REPMAN_REPORTS'
ExternalField = 'REPORT'
@@ -4545,4 +4548,30 @@ object TRpReport
AgIniValue = '0'
ExportExpression = ''
end
object TRpExpression7: TRpExpression
Width = 4935
Height = 345
PosX = 8055
PosY = 7710
Type1Font = poLinked
FontSize = 16
FontStyle = 1
AutoExpand = False
AutoContract = False
ExportPosition = 0
ExportSize = 1
ExportDoNewLine = False
PrintCondition = ''
DoBeforePrint = ''
DoAfterPrint = ''
WFontName = 'USPSIMBStandard'
LFontName = 'Helvetica'
Expression =
#39'DTATTTFDTFFAFATTDTAFTFATTFDDTDDDAFFAADTFDTAADFAATFAADFAFTDTFAFT' +
'TA'#39
DisplayFormat = ''
ExportDisplayFormat = ''
AgIniValue = '0'
ExportExpression = ''
end
end

+ 1
- 1
ImportService/TrackingDataImport.vbs Прегледај датотеку

@@ -62,7 +62,7 @@ Function ExportInkjetFile(KitID)
" KitLabels.INBOUNDIMBPNG, KitLabels.SetNumber" &_
" FROM InkjetRecords" &_
" LEFT JOIN [KitLabels] ON InkjetRecords.KitLabelID = KitLabels.ID" & _
" WHERE InkjetRecords.KitID =" & KitID & " ;")
" WHERE InkjetRecords.KitID =" & KitID & " Order by PRECINCT & Clng(BALLOT_NUMBER) Desc;")
Dim JurisdictionRs:Set JurisdictionRs = oConn.Execute("SELECT * FROM Jurisdiction WHERE JCode ='" & KitRs("Jcode").Value & "';")
Dim ContactRs:Set ContactRs = oConn.Execute("SELECT * FROM Contacts WHERE [JURISCODE] ='" & KitRs("Jcode").Value & "';")
Dim ExportFileName:ExportFileName = objFSO.GetBaseName(KitRs("Filename")) & ".csv"


Loading…
Откажи
Сачувај

Powered by TurnKey Linux.