** END HEADER -- do not remove this line // // Generated on 10/02/2013 // local r r = new EPUNCHREPORT() r.render() class EPUNCHREPORT of BASECREPORT from "Base.crp" set procedure to MyControls.cc additive set procedure to :dUFLP:Repcntl.cc additive set procedure to :ReportControls:REPORT.CC additive this.EPUNCH1 = new QUERY() this.EPUNCH1.parent = this with (this.EPUNCH1) left = 0.6563 top = 0.5833 sql = "@EPunch.sql" requestLive = false active = true endwith with (this.printer) duplex = 1 // None orientation = 1 // Portrait paperSource = 15 paperSize = 1 resolution = 0 // Default color = 2 // Color trueTypeFonts = 3 // Substitute endwith form.STREAMFRAME1 = form.pagetemplate1.streamframe1 with (this.PAGETEMPLATE1.TEXT1) height = 0.3229 left = 0.3646 top = 0.0729 width = 3.5313 text = "EPunch Rental List" form.TEXT1 = form.pagetemplate1.text1 endwith with (this.PAGETEMPLATE1.KMDATETEXT1) height = 0.18 left = 3.8646 top = 0.1667 width = 1.4896 form.KMDATETEXT1 = form.pagetemplate1.kmdatetext1 endwith form.PAGENUMBER1 = form.pagetemplate1.pagenumber1 * form.MYTITLETEXT1 = form.pagetemplate1.mytitletext1 this.PAGETEMPLATE1.EVENTDATE = new KMTITLETEXT2(this.PAGETEMPLATE1) with (this.PAGETEMPLATE1.EVENTDATE) height = 0.2396 left = 3.1791 top = 0.4188 width = 1.8646 alignHorizontal = 0 // Left fontBold = true fontItalic = true text = "August 1-4, 2019" form.EVENTDATE = form.pagetemplate1.eventdate endwith with (this.STREAMSOURCE1.detailBand) height = 0.0 endwith this.STREAMSOURCE1.detailBand.NAMEHEADING = new KMFIELDHEADINGTEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.NAMEHEADING) canRender = {||this.parent.firstOnFrame} height = 0.18 left = 0.0104 top = 0.0 width = 0.75 alignHorizontal = 0 // Left suppressIfBlank = true transparent = false fontSize = 12.0 fontBold = true text = "Name" endwith this.STREAMSOURCE1.detailBand.EPUNCHHEADING = new KMFIELDHEADINGTEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.EPUNCHHEADING) canRender = {||this.parent.firstOnFrame} left = 1.6 top = 0.0 alignHorizontal = 0 // Left suppressIfBlank = true transparent = false fontSize = 12.0 fontBold = true text = "EPunch" endwith this.STREAMSOURCE1.detailBand.FULLNAME = new KMFIELDTEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.FULLNAME) left = 0.0104 top = 0.24 width = 1.5 alignHorizontal = 0 // Left transparent = false text = {||form.streamSource1.rowset.fields["Name"].value} endwith this.STREAMSOURCE1.detailBand.EPUNCH = new KMFIELDTEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.EPUNCH) left = 1.6 top = 0.24 width = 1.0 alignHorizontal = 0 // Left transparent = false text = {||form.streamSource1.rowset.fields["EPunchId"].value} endwith this.firstPageTemplate = this.form.pagetemplate1 this.form.pagetemplate1.nextPageTemplate = this.form.pagetemplate1 this.form.pagetemplate1.streamframe1.streamSource = this.form.streamsource1 this.form.streamsource1.rowset = this.form.epunch1.rowset endclass