 | | From: | Herberto Silva | | Subject: | Re: bronca em report 2 | | Date: | Thu, 09 Dec 2004 21:00:29 +0000 |
|
|
 | This is a multi-part message in MIME format. --------------060000000901000309040200 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit
Em conversa com Carlos PArente ele deu-me a razão de tal situação estar a acontecer... os dados do report não desaparecem.... apenas passam para uma 2ª página a 1ª página aparece em branco e ao efectuar pagedown lá aprecem os dados numa 2ª página, esta formatação aconteceu com a evolução para a versão 2.5 já tentei colocar os dados na 1ª página e não consigo... Sugestões para que não tenha de refazer o report de novo?
Herberto Silva wrote: > elaborei um creport alguns meses atrás...ver anexo o código > mas para meu espanto agora quando pretendo efectuar uma alteração em modo > designer não me aparece nada > Questão: é possível recuperar o modo design do creport atrav´s do seu > código? Se sim como? > Curiosamente já é 2ª partida que o dbase me faz.... mas como o outro > relatório era fácil... contrui-o de novo... > >
--------------060000000901000309040200 Content-Type: text/plain; name="receibo_renda.crp" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="receibo_renda.crp"
class receibo_rendaCReport of REPORT custom with (this) metric = 6 // Pixels endwith
this.DATABASE1 = new DATABASE() this.DATABASE1.parent = this with (this.DATABASE1) left = 15.0 top = 65.0 databaseName = "SIRC" active = true endwith
this.QUERY2 = new QUERY() this.QUERY2.parent = this with (this.QUERY2) left = 209.0 top = 29.0 database = form.database1 sql = "select * from identify" active = true endwith
this.QUERY1 = new QUERY() this.QUERY1.parent = this with (this.QUERY1) left = 531.0 top = 48.0 database = form.database1 sql = "@imp_recibo_renda.sql" active = true endwith
this.PAGETEMPLATE1 = new PAGETEMPLATE(this) with (this.PAGETEMPLATE1) height = 1056.0 width = 816.0 marginTop = 12.0 marginLeft = 72.0 marginBottom = 72.0 marginRight = 0.0 gridLineWidth = 0 endwith
this.PAGETEMPLATE1.STREAMFRAME1 = new STREAMFRAME(this.PAGETEMPLATE1) with (this.PAGETEMPLATE1.STREAMFRAME1) height = 926.0 left = 2.0 top = 2.0 width = 732.0 form.STREAMFRAME1 = form.pagetemplate1.streamframe1 endwith
with (this.printer) duplex = 0 // Default orientation = 0 // Default paperSource = 15 paperSize = 9 resolution = 0 // Default color = 2 // Color trueTypeFonts = 0 // Default endwith
this.STREAMSOURCE1 = new STREAMSOURCE(this) with (this.STREAMSOURCE1.detailBand) height = 995.0 endwith
this.STREAMSOURCE1.detailBand.TEXTEMPRESA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTEMPRESA1) height = 20.0 left = 56.0 top = 31.0 width = 502.0 variableHeight = true prefixEnable = false fontName = "Comic Sans MS" fontBold = true text = {||this.form.query2.rowset.fields["empresa"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTDESIGN11 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTDESIGN11) height = 14.0 left = 6.0 top = 156.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 6.0 text = {||this.form.query2.rowset.fields["design1"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTDESIGN21 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTDESIGN21) height = 14.0 left = 6.0 top = 167.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 6.0 text = {||this.form.query2.rowset.fields["design2"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTMORADA011 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTMORADA011) height = 12.0 left = 6.0 top = 61.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query2.rowset.fields["morada01"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTMORADA021 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTMORADA021) height = 12.0 left = 6.0 top = 77.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query2.rowset.fields["morada02"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTMORADA031 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTMORADA031) height = 12.0 left = 6.0 top = 93.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query2.rowset.fields["morada03"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTTELEFONE011 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTTELEFONE011) height = 12.0 left = 6.0 top = 109.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query2.rowset.fields["telefone01"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTTELEFONE021 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTTELEFONE021) height = 12.0 left = 6.0 top = 125.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query2.rowset.fields["telefone02"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTNIF1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTNIF1) height = 12.0 left = 83.0 top = 141.0 width = 66.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query2.rowset.fields["nif"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT1) height = 12.0 left = 8.0 top = 141.0 width = 72.0 prefixEnable = false fontSize = 8.0 text = "Contribuinte" endwith
this.STREAMSOURCE1.detailBand.TEXT2 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT2) height = 18.0 left = 571.0 top = 25.0 width = 117.0 prefixEnable = false alignVertical = 1 // Middle alignHorizontal = 1 // Center fontSize = 8.0 text = "O R I G I N A L" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTINQUILINO_NOME1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTINQUILINO_NOME1) height = 14.0 left = 375.0 top = 125.0 width = 347.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["inquilino_nome"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTINQUILINO_MORADA011 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTINQUILINO_MORADA011) height = 14.0 left = 375.0 top = 141.0 width = 310.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["inquilino_morada01"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTINQUILINO_MORADA021 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTINQUILINO_MORADA021) height = 14.0 left = 375.0 top = 165.0 width = 310.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["inquilino_morada02"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTINQUILINO_CPOSTAL1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTINQUILINO_CPOSTAL1) height = 14.0 left = 436.0 top = 180.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["inquilino_cpostal"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTINQUILINO_CODPOSTAL1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTINQUILINO_CODPOSTAL1) height = 14.0 left = 375.0 top = 180.0 width = 59.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["inquilino_codpostal"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL1 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL1) height = 20.0 left = 376.0 top = 105.0 width = 207.0 text = "Exmo(a)(s) Senhor(a)(e)(s)" endwith
this.STREAMSOURCE1.detailBand.TEXT3 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT3) height = 18.0 left = 571.0 top = 43.0 width = 117.0 prefixEnable = false alignVertical = 1 // Middle alignHorizontal = 1 // Center fontSize = 8.0 text = "R E C I B O" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTNRECIBO1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTNRECIBO1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 11.0 top = 264.0 width = 91.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "NºRecibo" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTNRECIBO1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTNRECIBO1) height = 14.0 left = 11.0 top = 278.0 width = 72.0 variableHeight = true prefixEnable = false alignHorizontal = 2 // Right picture = "99999999999" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["nrecibo"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTDESCRICAO011 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTDESCRICAO011) height = 14.0 left = 13.0 top = 231.0 width = 531.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["descricao01"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTDESCRICAO021 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTDESCRICAO021) height = 14.0 left = 13.0 top = 246.0 width = 530.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["descricao02"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTLETRA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLETRA1) height = 14.0 left = 83.0 top = 278.0 width = 19.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "!" fontSize = 8.0 text = {||this.form.query1.rowset.fields["letra"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTDATA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTDATA1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 102.0 top = 264.0 width = 72.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "Data" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTDATA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTDATA1) height = 14.0 left = 102.0 top = 278.0 width = 72.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["data"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTTIPO1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTTIPO1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 174.0 top = 264.0 width = 72.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "Tipo" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTTIPO1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTTIPO1) height = 14.0 left = 174.0 top = 278.0 width = 72.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["tipo"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTMES1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTMES1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 246.0 top = 264.0 width = 72.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "Mês" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTMES1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTMES1) height = 14.0 left = 246.0 top = 278.0 width = 72.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["mes"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTANO1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTANO1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 318.0 top = 264.0 width = 36.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "Ano" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTANO1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTANO1) height = 14.0 left = 318.0 top = 278.0 width = 36.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "99999" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["ano"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTIMOVEL_REFERENCIA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTIMOVEL_REFERENCIA1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 354.0 top = 264.0 width = 121.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "Imóvel Referência" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTIMOVEL_REFERENCIA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTIMOVEL_REFERENCIA1) height = 14.0 left = 354.0 top = 278.0 width = 121.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center fontSize = 8.0 text = {||this.form.query1.rowset.fields["imovel_referencia"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTUA_REFERENCIA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTUA_REFERENCIA1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 475.0 top = 264.0 width = 107.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "UA Referência" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTUA_REFERENCIA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTUA_REFERENCIA1) height = 14.0 left = 475.0 top = 278.0 width = 107.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center fontSize = 8.0 text = {||this.form.query1.rowset.fields["ua_referencia"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTUA_CODIGO1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTUA_CODIGO1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 582.0 top = 264.0 width = 81.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "UA Código" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTUA_CODIGO1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTUA_CODIGO1) height = 14.0 left = 582.0 top = 278.0 width = 81.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center fontSize = 8.0 text = {||this.form.query1.rowset.fields["ua_codigo"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTRENDA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTRENDA1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 12.0 top = 300.0 width = 75.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Valor Renda" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTRENDA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTRENDA1) height = 14.0 left = 12.0 top = 316.0 width = 75.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["renda"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTCONDOMINIO_1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTCONDOMINIO_1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 87.0 top = 300.0 width = 77.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Condomínio" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTCONDOMINIO_11 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTCONDOMINIO_11) height = 14.0 left = 87.0 top = 316.0 width = 77.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["condominio_1"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTDESPESAS_MENSAIS_1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTDESPESAS_MENSAIS_1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 164.0 top = 300.0 width = 77.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Desp.Mensais" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTDESPESAS_MENSAIS_11 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTDESPESAS_MENSAIS_11) height = 14.0 left = 164.0 top = 316.0 width = 77.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["despesas_mensais_1"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTTOTAL_SIVA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTTOTAL_SIVA1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 241.0 top = 300.0 width = 75.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Total " borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTTOTAL_SIVA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTTOTAL_SIVA1) height = 14.0 left = 241.0 top = 316.0 width = 75.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["total_siva"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTIVA_PERC1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTIVA_PERC1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 316.0 top = 300.0 width = 35.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "IVA%" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTIVA_PERC1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTIVA_PERC1) height = 14.0 left = 316.0 top = 316.0 width = 35.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["iva_perc"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTIVA_VALOR1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTIVA_VALOR1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 351.0 top = 300.0 width = 75.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Valor iva" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTIVA_VALOR1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTIVA_VALOR1) height = 14.0 left = 351.0 top = 316.0 width = 75.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["iva_valor"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTTOTAL_CIVA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTTOTAL_CIVA1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 426.0 top = 300.0 width = 75.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Total" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTTOTAL_CIVA1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTTOTAL_CIVA1) height = 14.0 left = 426.0 top = 316.0 width = 75.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["total_civa"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTIRS_PERC1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTIRS_PERC1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 501.0 top = 300.0 width = 34.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Irs %" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTIRS_PERC1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTIRS_PERC1) height = 14.0 left = 501.0 top = 316.0 width = 34.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["irs_perc"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTIRS_VALOR1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTIRS_VALOR1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 535.0 top = 300.0 width = 75.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Valor IRS" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTIRS_VALOR1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTIRS_VALOR1) height = 14.0 left = 535.0 top = 316.0 width = 75.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["irs_valor"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TITLETEXTTOTALARECEBER1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTTOTALARECEBER1) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 610.0 top = 300.0 width = 78.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontBold = true text = "Total " borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTTOTALARECEBER1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTTOTALARECEBER1) height = 14.0 left = 610.0 top = 316.0 width = 78.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["totalareceber"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.EXTENSO = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.EXTENSO) height = 20.0 left = 15.0 top = 347.0 width = 72.0 text = "Textlabel2" fontName = "Comic Sans MS" fontSize = 8.0 fontItalic = true endwith
this.STREAMSOURCE1.detailBand.LINE1 = new LINE(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.LINE1) left = 506.0 right = 639.0 top = 398.0 bottom = 398.0 width = 1 endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL2 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL2) height = 20.0 left = 503.0 top = 404.0 width = 136.0 text = "(Assinatura e Carimbo)" fontSize = 6.0 alignHorizontal = 1 // Center endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL3 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL3) height = 14.0 left = 15.0 top = 184.0 width = 136.0 text = "Processado por Computador" fontSize = 6.0 endwith
this.STREAMSOURCE1.detailBand.TITLETEXTINQUILINO_CONTRIBUINTE1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TITLETEXTINQUILINO_CONTRIBUINTE1) canRender = {||this.parent.firstOnFrame} height = 16.0 left = 553.0 top = 210.0 width = 68.0 prefixEnable = false suppressIfBlank = true fontSize = 8.0 text = "V/Contribuinte" endwith
this.STREAMSOURCE1.detailBand.TEXTINQUILINO_CONTRIBUINTE1 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTINQUILINO_CONTRIBUINTE1) height = 16.0 left = 625.0 top = 210.0 width = 63.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["inquilino_contribuinte"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL4 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL4) height = 20.0 left = 537.0 top = 337.0 width = 152.0 text = "Textlabel4" fontSize = 8.0 fontBold = true fontItalic = true endwith
this.STREAMSOURCE1.detailBand.TEXT4 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT4) height = 20.0 left = 55.0 top = 564.0 width = 504.0 variableHeight = true prefixEnable = false fontName = "Comic Sans MS" fontBold = true text = {||this.form.query2.rowset.fields["empresa"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT5 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT5) height = 14.0 left = 7.0 top = 609.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query2.rowset.fields["morada02"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT6 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT6) height = 14.0 left = 7.0 top = 593.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query2.rowset.fields["morada01"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT7 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT7) height = 14.0 left = 7.0 top = 625.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query2.rowset.fields["morada03"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT8 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT8) height = 14.0 left = 7.0 top = 641.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query2.rowset.fields["telefone01"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT9 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT9) height = 14.0 left = 7.0 top = 657.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query2.rowset.fields["telefone02"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT10 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT10) height = 14.0 left = 9.0 top = 673.0 width = 72.0 prefixEnable = false fontSize = 8.0 text = "Contribuinte" endwith
this.STREAMSOURCE1.detailBand.TEXT11 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT11) height = 14.0 left = 84.0 top = 674.0 width = 66.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query2.rowset.fields["nif"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT12 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT12) height = 18.0 left = 7.0 top = 692.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 6.0 text = {||this.form.query2.rowset.fields["design1"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT13 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT13) height = 18.0 left = 7.0 top = 703.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 6.0 text = {||this.form.query2.rowset.fields["design2"].value} endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL5 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL5) height = 20.0 left = 17.0 top = 728.0 width = 136.0 text = "Processado por Computador" fontSize = 6.0 endwith
this.STREAMSOURCE1.detailBand.TEXT14 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT14) height = 18.0 left = 572.0 top = 561.0 width = 117.0 prefixEnable = false alignVertical = 1 // Middle alignHorizontal = 1 // Center fontSize = 8.0 text = "D U P L I C A D O" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT15 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT15) height = 18.0 left = 572.0 top = 579.0 width = 117.0 prefixEnable = false alignVertical = 1 // Middle alignHorizontal = 1 // Center fontSize = 8.0 text = "R E C I B O" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL6 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL6) height = 14.0 left = 377.0 top = 641.0 width = 207.0 text = "Exmo(a)(s) Senhor(a)(e)(s)" endwith
this.STREAMSOURCE1.detailBand.TEXT16 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT16) height = 14.0 left = 375.0 top = 661.0 width = 347.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["inquilino_nome"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT17 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT17) height = 14.0 left = 377.0 top = 691.0 width = 310.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["inquilino_morada01"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT18 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT18) height = 14.0 left = 376.0 top = 708.0 width = 310.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["inquilino_morada02"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT19 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT19) height = 14.0 left = 377.0 top = 725.0 width = 58.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["inquilino_codpostal"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT20 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT20) height = 14.0 left = 437.0 top = 725.0 width = 252.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["inquilino_cpostal"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT21 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT21) canRender = {||this.parent.firstOnFrame} height = 16.0 left = 554.0 top = 753.0 width = 68.0 prefixEnable = false suppressIfBlank = true fontSize = 8.0 text = "V/Contribuinte" endwith
this.STREAMSOURCE1.detailBand.TEXT22 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT22) height = 16.0 left = 626.0 top = 753.0 width = 63.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["inquilino_contribuinte"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT23 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT23) height = 14.0 left = 14.0 top = 774.0 width = 531.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["descricao01"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT24 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT24) height = 14.0 left = 14.0 top = 789.0 width = 530.0 variableHeight = true prefixEnable = false fontSize = 8.0 text = {||this.form.query1.rowset.fields["descricao02"].value} endwith
this.STREAMSOURCE1.detailBand.TEXT25 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT25) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 12.0 top = 807.0 width = 91.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "NºRecibo" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT26 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT26) height = 14.0 left = 12.0 top = 821.0 width = 72.0 variableHeight = true prefixEnable = false alignHorizontal = 2 // Right picture = "99999999999" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["nrecibo"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT27 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT27) height = 14.0 left = 84.0 top = 821.0 width = 19.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "!" fontSize = 8.0 text = {||this.form.query1.rowset.fields["letra"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT28 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT28) height = 14.0 left = 103.0 top = 821.0 width = 72.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["data"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT29 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT29) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 103.0 top = 807.0 width = 72.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "Data" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT30 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT30) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 175.0 top = 807.0 width = 72.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "Tipo" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT31 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT31) height = 14.0 left = 175.0 top = 821.0 width = 72.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["tipo"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT32 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT32) height = 14.0 left = 247.0 top = 821.0 width = 72.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["mes"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT33 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT33) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 247.0 top = 807.0 width = 72.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "Mês" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT34 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT34) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 319.0 top = 807.0 width = 36.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "Ano" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT35 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT35) height = 14.0 left = 319.0 top = 821.0 width = 36.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "99999" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["ano"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT36 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT36) height = 14.0 left = 355.0 top = 821.0 width = 121.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center fontSize = 8.0 text = {||this.form.query1.rowset.fields["imovel_referencia"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT37 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT37) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 355.0 top = 807.0 width = 121.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "Imóvel Referência" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT38 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT38) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 476.0 top = 807.0 width = 107.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "UA Referência" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT39 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT39) height = 14.0 left = 476.0 top = 821.0 width = 107.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center fontSize = 8.0 text = {||this.form.query1.rowset.fields["ua_referencia"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT40 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT40) height = 14.0 left = 583.0 top = 821.0 width = 81.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center fontSize = 8.0 text = {||this.form.query1.rowset.fields["ua_codigo"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT41 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT41) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 583.0 top = 807.0 width = 81.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontItalic = true text = "UA Código" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT42 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT42) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 611.0 top = 843.0 width = 78.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 fontBold = true text = "Total " borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT43 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT43) height = 14.0 left = 611.0 top = 859.0 width = 78.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["totalareceber"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT44 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT44) height = 14.0 left = 536.0 top = 859.0 width = 75.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["irs_valor"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT45 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT45) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 536.0 top = 843.0 width = 75.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Valor IRS" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT46 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT46) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 502.0 top = 843.0 width = 34.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Irs %" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT47 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT47) height = 14.0 left = 502.0 top = 859.0 width = 34.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["irs_perc"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT48 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT48) height = 14.0 left = 427.0 top = 859.0 width = 75.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["total_civa"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT49 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT49) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 427.0 top = 843.0 width = 75.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Total " borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT50 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT50) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 352.0 top = 843.0 width = 75.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Valor iva" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT51 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT51) height = 14.0 left = 352.0 top = 859.0 width = 75.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["iva_valor"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT52 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT52) height = 14.0 left = 317.0 top = 859.0 width = 35.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["iva_perc"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT53 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT53) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 317.0 top = 843.0 width = 35.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "IVA%" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT54 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT54) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 242.0 top = 843.0 width = 75.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Total" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT55 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT55) height = 14.0 left = 242.0 top = 859.0 width = 75.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["total_siva"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT56 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT56) height = 14.0 left = 165.0 top = 859.0 width = 77.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["despesas_mensais_1"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT57 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT57) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 165.0 top = 843.0 width = 77.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Desp.Mensais" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT58 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT58) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 88.0 top = 843.0 width = 77.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Condomínio" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT59 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT59) height = 14.0 left = 88.0 top = 859.0 width = 77.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["condominio_1"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT60 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT60) height = 14.0 left = 13.0 top = 859.0 width = 75.0 variableHeight = true prefixEnable = false alignHorizontal = 1 // Center picture = "9999999999.99" fontSize = 8.0 fontBold = true text = {||this.form.query1.rowset.fields["renda"].value} borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXT61 = new TEXT(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXT61) canRender = {||this.parent.firstOnFrame} height = 14.0 left = 13.0 top = 843.0 width = 75.0 prefixEnable = false alignHorizontal = 1 // Center suppressIfBlank = true fontSize = 8.0 text = "Valor Renda" borderStyle = 4 // Single endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL7 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL7) height = 14.0 left = 16.0 top = 900.0 width = 706.0 text = "Textlabel2" fontName = "Comic Sans MS" fontSize = 8.0 fontItalic = true endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL8 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL8) height = 14.0 left = 535.0 top = 883.0 width = 152.0 text = "Textlabel4" fontSize = 8.0 fontBold = true fontItalic = true endwith
this.STREAMSOURCE1.detailBand.LINE2 = new LINE(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.LINE2) left = 507.0 right = 640.0 top = 941.0 bottom = 941.0 width = 1 endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL9 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL9) height = 20.0 left = 504.0 top = 946.0 width = 136.0 text = "(Assinatura e Carimbo)" fontSize = 6.0 alignHorizontal = 1 // Center endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL10 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL10) height = 20.0 left = 21.0 top = 385.0 width = 230.0 text = "(RECIBO VÁLIDO APÓS BOA COBRANÇA)" fontSize = 6.0 fontBold = true fontItalic = true fontUnderline = true endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL11 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL11) height = 14.0 left = 18.0 top = 445.0 width = 542.0 text = "O Inquilino fica obrigado a pagar a renda do mês seguinte no 1º dia do mês anterior (Artº 20 do R.A.U.)" fontName = "Comic Sans MS" fontSize = 6.0 endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL12 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL12) height = 14.0 left = 5.0 top = 968.0 width = 542.0 text = "O Inquilino fica obrigado a pagar a renda do mês seguinte no 1º dia do mês anterior (Artº 20 do R.A.U.)" fontName = "Comic Sans MS" fontSize = 6.0 endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL13 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL13) height = 14.0 left = 17.0 top = 459.0 width = 542.0 text = "Imposto sobre rendimentos prediais (artº 75º do CIRC ou artº 94º do CIRS) apenas quando aplicável." fontName = "Comic Sans MS" fontSize = 6.0 endwith
this.STREAMSOURCE1.detailBand.TEXTLABEL14 = new TEXTLABEL(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.TEXTLABEL14) height = 14.0 left = 7.0 top = 981.0 width = 542.0 text = "Imposto sobre rendimentos prediais (artº 75º do CIRC ou artº 94º do CIRS) apenas quando aplicável." fontName = "Comic Sans MS" fontSize = 6.0 endwith
this.STREAMSOURCE1.detailBand.IMAGELOGO011 = new IMAGE(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.IMAGELOGO011) height = 39.0 left = 5.0 top = 19.0 width = 48.0 dataSource = form.query2.rowset.fields["logo01"] enabled = true endwith
this.STREAMSOURCE1.detailBand.IMAGELOGO012 = new IMAGE(this.STREAMSOURCE1.detailBand) with (this.STREAMSOURCE1.detailBand.IMAGELOGO012) height = 38.0 left = 1.0 top = 551.0 width = 49.0 dataSource = form.query2.rowset.fields["logo01"] enabled = true endwith
with (this.reportGroup.headerBand) height = 17.0 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.query1.rowset
endclass
--------------060000000901000309040200--
|
|
 | | From: | Op3racional-Suporte | | Subject: | Re: bronca em report 2 | | Date: | Fri, 10 Dec 2004 08:22:19 -0000 |
|
|
 | Sim, já reparei que em certos casos isso acontece.
QAID: 4907 - The default value of the report autoSort property has been changed to 'false'. Previously, it was 'true'. THIS MAY REQUIRE CHANGES TO EXISTING REPORTS
Verifiquem se será isto. --
Cumprimentos.
E q u i p a de S u p o r t e dBASE
O p 3 r a c i o n a l http://www.op3racional.de
P o n t o C e n t r a l http://www.ponto-central.op3racional.de
|
|
 | | From: | Herberto Silva | | Subject: | Re: bronca em report 2 | | Date: | Fri, 10 Dec 2004 15:52:14 +0000 |
|
|
 | Depois de algumas tentativas a situação resolveu-se por colocar a altura do headerband a zero...proprieties... height=0
Op3racional-Suporte wrote: > Sim, já reparei que em certos casos isso acontece. > > QAID: 4907 - The default value of the report autoSort property has been > changed to 'false'. > Previously, it was 'true'. THIS MAY REQUIRE CHANGES TO EXISTING REPORTS > > Verifiquem se será isto.
|
|