Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

338 rindas
8.8KB

  1. object TRpReport
  2. PageBackColor = 16777215
  3. SubReports = <
  4. item
  5. SubReport = TRpSubReport0
  6. end>
  7. DataInfo = <
  8. item
  9. Alias = 'KIT'
  10. DatabaseAlias = 'WEBDATA'
  11. SQL = 'SELECT * FROM Kit WHERE ID = PBKITID'
  12. end
  13. item
  14. Alias = 'KITLABELS'
  15. DatabaseAlias = 'WEBDATA'
  16. SQL =
  17. 'SELECT InkjetRecords.ID, InkjetRecords.KitID, InkjetRecords.VOTE' +
  18. 'RID, InkjetRecords.LASTNAME,'#13#10#9#9#9' InkjetRecords.FIRSTNAME, Inkje' +
  19. 'tRecords.MIDDLENAME, InkjetRecords.SUFFIX, InkjetRecords.PRECINC' +
  20. 'T,'#13#10#9#9#9' InkjetRecords.ADDRESS1, InkjetRecords.ADDRESS2, InkjetRe' +
  21. 'cords.ADDRESS3, InkjetRecords.ADDRESS4,'#13#10#9#9#9' InkjetRecords.ADDRE' +
  22. 'SS5, InkjetRecords.APPSENT, InkjetRecords.APPRETURNED, InkjetRec' +
  23. 'ords.BALSENT,'#13#10#9#9#9' InkjetRecords.BALRETURNED, InkjetRecords.Coun' +
  24. 'tingBoard, InkjetRecords.UOCAVASTATUS, InkjetRecords.EMAILADDRES' +
  25. 'S,'#13#10#9#9#9' InkjetRecords.PHONENUMBER, InkjetRecords.BALLOT_NUMBER, ' +
  26. 'InkjetRecords.CassADDRESS1, InkjetRecords.CassADDRESS2,'#13#10#9#9#9' Ink' +
  27. 'jetRecords.CassADDRESS3, InkjetRecords.CassADDRESS4, InkjetRecor' +
  28. 'ds.CassADDRESS5, InkjetRecords.KitLabelID,'#13#10#9#9#9' KitLabels.ID, Ki' +
  29. 'tLabels.KitID, KitLabels.OutboundSerial, KitLabels.InBoundSerial' +
  30. ', KitLabels.OutboundIMB,'#13#10#9#9#9' KitLabels.InBoundIMB, KitLabels.Ou' +
  31. 'tboundIMBDigits, KitLabels.InBoundIMBDigits, KitLabels.OutboundI' +
  32. 'MBPNG,'#13#10#9#9#9' KitLabels.INBOUNDIMBPNG, KitLabels.SetNumber'#13#10#9#9#9' FR' +
  33. 'OM InkjetRecords'#13#10#9#9#9' LEFT JOIN [KitLabels] ON InkjetRecords.Kit' +
  34. 'LabelID = KitLabels.ID'#13#10#9#9#9' WHERE InkjetRecords.KitID = PBKITID'
  35. end
  36. item
  37. Alias = 'JURISDICTION'
  38. DatabaseAlias = 'WEBDATA'
  39. SQL = 'SELECT * FROM JURISDICTION WHERE JCode =PBJCODE'
  40. end>
  41. DatabaseInfo = <
  42. item
  43. Alias = 'WEBDATA'
  44. LoadParams = True
  45. LoadDriverParams = True
  46. LoginPrompt = False
  47. Driver = rpdataado
  48. ReportTable = 'REPMAN_REPORTS'
  49. ReportSearchField = 'REPORT_NAME'
  50. ReportField = 'REPORT'
  51. ReportGroupsTable = 'REPMAN_GROUPS'
  52. ADOConnectionString =
  53. 'Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Engine Type=5;Data So' +
  54. 'urce=F:\Development\Tracking_Kits\Data\webdata - Copy.mdb;Persis' +
  55. 't Security Info=False;'
  56. end>
  57. Params = <
  58. item
  59. Name = 'PBKITID'
  60. AllowNulls = False
  61. Value = 157
  62. ParamType = rpParamInteger
  63. Datasets.Strings = (
  64. 'KIT'
  65. 'KITLABELS'
  66. 'JURISDICTION')
  67. SearchDataset = 'KIT'
  68. SearchParam = 'KITID'
  69. Description = ''
  70. Hint = ''
  71. Search = ''
  72. ErrorMessage = ''
  73. Validation = ''
  74. end
  75. item
  76. Name = 'PBJCODE'
  77. AllowNulls = False
  78. Value = '34000'
  79. Datasets.Strings = (
  80. 'JURISDICTION')
  81. Description = ''
  82. Hint = ''
  83. Search = ''
  84. ErrorMessage = ''
  85. Validation = ''
  86. end>
  87. StreamFormat = rpStreamText
  88. ReportAction = []
  89. Type1Font = poHelvetica
  90. WFontName = 'Arial'
  91. LFontName = 'Helvetica'
  92. object TRpSubReport0: TRpSubReport
  93. Sections = <
  94. item
  95. Section = TRpSection0
  96. end
  97. item
  98. Section = TRpSection1
  99. end>
  100. Alias = 'KITLABELS'
  101. end
  102. object TRpSection0: TRpSection
  103. Width = 14285
  104. Height = 9418
  105. SubReport = TRpSubReport0
  106. ChangeBool = False
  107. PageRepeat = False
  108. SkipPage = False
  109. AlignBottom = False
  110. SectionType = rpsecdetail
  111. Components = <
  112. item
  113. Component = TRpExpression1
  114. end
  115. item
  116. Component = TRpExpression2
  117. end
  118. item
  119. Component = TRpExpression3
  120. end>
  121. ExternalTable = 'REPMAN_REPORTS'
  122. ExternalField = 'REPORT'
  123. ExternalSearchField = 'REPORT_NAME'
  124. StreamFormat = rpStreamText
  125. dpires = 300
  126. BackStyle = baPrint
  127. PrintCondition = ''
  128. DoBeforePrint = ''
  129. DoAfterPrint = ''
  130. ChangeExpression = ''
  131. BeginPageExpression = ''
  132. ChangeExpression = ''
  133. SkipExpreV = ''
  134. SkipExpreH = ''
  135. SkipToPageExpre = ''
  136. BackExpression =
  137. #39'F:\Development\Tracking_Kits\Data\purple_envelope_sample_Page_1' +
  138. '.png'#39
  139. Stream = {0000000000000000}
  140. end
  141. object TRpSection1: TRpSection
  142. Width = 14285
  143. Height = 9418
  144. SubReport = TRpSubReport0
  145. ChangeBool = False
  146. PageRepeat = False
  147. SkipPage = False
  148. AlignBottom = False
  149. SectionType = rpsecdetail
  150. Components = <
  151. item
  152. Component = TRpExpression0
  153. end
  154. item
  155. Component = TRpExpression4
  156. end
  157. item
  158. Component = TRpExpression5
  159. end
  160. item
  161. Component = TRpExpression6
  162. end>
  163. ExternalTable = 'REPMAN_REPORTS'
  164. ExternalField = 'REPORT'
  165. ExternalSearchField = 'REPORT_NAME'
  166. StreamFormat = rpStreamText
  167. dpires = 300
  168. BackStyle = baPrint
  169. PrintCondition = ''
  170. DoBeforePrint = ''
  171. DoAfterPrint = ''
  172. ChangeExpression = ''
  173. BeginPageExpression = ''
  174. ChangeExpression = ''
  175. SkipExpreV = ''
  176. SkipExpreH = ''
  177. SkipToPageExpre = ''
  178. BackExpression =
  179. #39'F:\Development\Tracking_Kits\Data\purple_envelope_sample_Page_2' +
  180. '.png'#39
  181. Stream = {0000000000000000}
  182. end
  183. object TRpExpression0: TRpExpression
  184. Width = 4200
  185. Height = 264
  186. PosX = 8400
  187. PosY = 7125
  188. Type1Font = poHelvetica
  189. AutoExpand = False
  190. AutoContract = False
  191. ExportPosition = 0
  192. ExportSize = 1
  193. ExportDoNewLine = False
  194. PrintCondition = ''
  195. DoBeforePrint = ''
  196. DoAfterPrint = ''
  197. WFontName = 'Arial'
  198. LFontName = 'Helvetica'
  199. Expression = 'KITLABELS.CassADDRESS1'
  200. DisplayFormat = ''
  201. ExportDisplayFormat = ''
  202. AgIniValue = '0'
  203. ExportExpression = ''
  204. end
  205. object TRpExpression2: TRpExpression
  206. Width = 4200
  207. Height = 264
  208. PosX = 6555
  209. PosY = 6090
  210. Type1Font = poHelvetica
  211. AutoExpand = False
  212. AutoContract = False
  213. ExportPosition = 0
  214. ExportSize = 1
  215. ExportDoNewLine = False
  216. PrintCondition = ''
  217. DoBeforePrint = ''
  218. DoAfterPrint = ''
  219. WFontName = 'Arial'
  220. LFontName = 'Helvetica'
  221. Expression = 'JURISDICTION.Name'
  222. DisplayFormat = ''
  223. ExportDisplayFormat = ''
  224. AgIniValue = '0'
  225. ExportExpression = ''
  226. end
  227. object TRpExpression3: TRpExpression
  228. Width = 4200
  229. Height = 264
  230. PosX = 6555
  231. PosY = 6555
  232. Type1Font = poHelvetica
  233. AutoExpand = False
  234. AutoContract = False
  235. ExportPosition = 0
  236. ExportSize = 1
  237. ExportDoNewLine = False
  238. PrintCondition = ''
  239. DoBeforePrint = ''
  240. DoAfterPrint = ''
  241. WFontName = 'Arial'
  242. LFontName = 'Helvetica'
  243. Expression = 'JURISDICTION.CSZ'
  244. DisplayFormat = ''
  245. ExportDisplayFormat = ''
  246. AgIniValue = '0'
  247. ExportExpression = ''
  248. end
  249. object TRpExpression1: TRpExpression
  250. Width = 4200
  251. Height = 264
  252. PosX = 6555
  253. PosY = 6330
  254. Type1Font = poHelvetica
  255. AutoExpand = False
  256. AutoContract = False
  257. ExportPosition = 0
  258. ExportSize = 1
  259. ExportDoNewLine = False
  260. PrintCondition = ''
  261. DoBeforePrint = ''
  262. DoAfterPrint = ''
  263. WFontName = 'Arial'
  264. LFontName = 'Helvetica'
  265. Expression = 'JURISDICTION.Mailing_Address'
  266. DisplayFormat = ''
  267. ExportDisplayFormat = ''
  268. AgIniValue = '0'
  269. ExportExpression = ''
  270. end
  271. object TRpExpression4: TRpExpression
  272. Width = 4200
  273. Height = 264
  274. PosX = 8160
  275. PosY = 5295
  276. Type1Font = poHelvetica
  277. AutoExpand = False
  278. AutoContract = False
  279. ExportPosition = 0
  280. ExportSize = 1
  281. ExportDoNewLine = False
  282. PrintCondition = ''
  283. DoBeforePrint = ''
  284. DoAfterPrint = ''
  285. WFontName = 'Arial'
  286. LFontName = 'Helvetica'
  287. Expression = 'JURISDICTION.Name'
  288. DisplayFormat = ''
  289. ExportDisplayFormat = ''
  290. AgIniValue = '0'
  291. ExportExpression = ''
  292. end
  293. object TRpExpression5: TRpExpression
  294. Width = 4200
  295. Height = 264
  296. PosX = 8160
  297. PosY = 5760
  298. Type1Font = poHelvetica
  299. AutoExpand = False
  300. AutoContract = False
  301. ExportPosition = 0
  302. ExportSize = 1
  303. ExportDoNewLine = False
  304. PrintCondition = ''
  305. DoBeforePrint = ''
  306. DoAfterPrint = ''
  307. WFontName = 'Arial'
  308. LFontName = 'Helvetica'
  309. Expression = 'JURISDICTION.CSZ'
  310. DisplayFormat = ''
  311. ExportDisplayFormat = ''
  312. AgIniValue = '0'
  313. ExportExpression = ''
  314. end
  315. object TRpExpression6: TRpExpression
  316. Width = 4200
  317. Height = 264
  318. PosX = 8160
  319. PosY = 5535
  320. Type1Font = poHelvetica
  321. AutoExpand = False
  322. AutoContract = False
  323. ExportPosition = 0
  324. ExportSize = 1
  325. ExportDoNewLine = False
  326. PrintCondition = ''
  327. DoBeforePrint = ''
  328. DoAfterPrint = ''
  329. WFontName = 'Arial'
  330. LFontName = 'Helvetica'
  331. Expression = 'JURISDICTION.Mailing_Address'
  332. DisplayFormat = ''
  333. ExportDisplayFormat = ''
  334. AgIniValue = '0'
  335. ExportExpression = ''
  336. end
  337. end

Powered by TurnKey Linux.