| @@ -1347,7 +1347,7 @@ object TRpReport | |||||
| WFontName = 'Arial' | WFontName = 'Arial' | ||||
| LFontName = 'Helvetica' | LFontName = 'Helvetica' | ||||
| Expression = | 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 | 'r election'#39 | ||||
| DisplayFormat = '' | DisplayFormat = '' | ||||
| ExportDisplayFormat = '' | ExportDisplayFormat = '' | ||||
| @@ -1889,6 +1889,9 @@ object TRpReport | |||||
| end | end | ||||
| item | item | ||||
| Component = TRpExpression18 | Component = TRpExpression18 | ||||
| end | |||||
| item | |||||
| Component = TRpExpression7 | |||||
| end> | end> | ||||
| ExternalTable = 'REPMAN_REPORTS' | ExternalTable = 'REPMAN_REPORTS' | ||||
| ExternalField = 'REPORT' | ExternalField = 'REPORT' | ||||
| @@ -4545,4 +4548,30 @@ object TRpReport | |||||
| AgIniValue = '0' | AgIniValue = '0' | ||||
| ExportExpression = '' | ExportExpression = '' | ||||
| end | 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 | end | ||||
| @@ -62,7 +62,7 @@ Function ExportInkjetFile(KitID) | |||||
| " KitLabels.INBOUNDIMBPNG, KitLabels.SetNumber" &_ | " KitLabels.INBOUNDIMBPNG, KitLabels.SetNumber" &_ | ||||
| " FROM InkjetRecords" &_ | " FROM InkjetRecords" &_ | ||||
| " LEFT JOIN [KitLabels] ON InkjetRecords.KitLabelID = KitLabels.ID" & _ | " 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 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 ContactRs:Set ContactRs = oConn.Execute("SELECT * FROM Contacts WHERE [JURISCODE] ='" & KitRs("Jcode").Value & "';") | ||||
| Dim ExportFileName:ExportFileName = objFSO.GetBaseName(KitRs("Filename")) & ".csv" | Dim ExportFileName:ExportFileName = objFSO.GetBaseName(KitRs("Filename")) & ".csv" | ||||
Powered by TurnKey Linux.