ERRO DE GRUPO EM DATAREPORT
na minha aplicação eu tive que adicionar um GRUP header (section6) - GRUP footer (section7)
en tão eu tenho o seguinte código:
Set rsRecibo = executaSelect(vSqlRecibo)
If Not rsRecibo.EOF Then
With Drpt_Recibo_TramitacaoLote_PTC00202
Set .DataSource = rsRecibo
.DataMember = ""
With .Sections("section6").Controls
.Item("lblUsuarioOrigem").Caption = usr & " - " & pegaNomeFuncionario(usr)
End With
With .Sections("section7").Controls
.Item("lblUsuarioDestino").Caption = pegaNomeFuncionario(tiratudo(Trim(Right(cmbServidorDestino, 10))))
.Item("lblUnidadeDestino").Caption = recuperaNomeUnidade(tiratudo(Trim(Right(cmbUnidadeDestino, 4))))
.Item("lblProcessoOrganizacionalDestino").Caption = descricaoProcessoOrganizacional(tiratudo(Trim(Right(cmbProcessoOrganDestino, 4))))
End With
.Refresh
.Show 1
End With
end if
então quando eu executo me da o seguinte erro "Report sections do not match source"
alguem sabe o que estou fazendo de errado?
en tão eu tenho o seguinte código:
Set rsRecibo = executaSelect(vSqlRecibo)
If Not rsRecibo.EOF Then
With Drpt_Recibo_TramitacaoLote_PTC00202
Set .DataSource = rsRecibo
.DataMember = ""
With .Sections("section6").Controls
.Item("lblUsuarioOrigem").Caption = usr & " - " & pegaNomeFuncionario(usr)
End With
With .Sections("section7").Controls
.Item("lblUsuarioDestino").Caption = pegaNomeFuncionario(tiratudo(Trim(Right(cmbServidorDestino, 10))))
.Item("lblUnidadeDestino").Caption = recuperaNomeUnidade(tiratudo(Trim(Right(cmbUnidadeDestino, 4))))
.Item("lblProcessoOrganizacionalDestino").Caption = descricaoProcessoOrganizacional(tiratudo(Trim(Right(cmbProcessoOrganDestino, 4))))
End With
.Refresh
.Show 1
End With
end if
então quando eu executo me da o seguinte erro "Report sections do not match source"
alguem sabe o que estou fazendo de errado?
cara eu uso isso, mas eu uso com o dataenvironment
esse erro é pq naum esta separado por grupo da forma que o data reporte entende...
eu conheço DataEnvironment!
mas eu só posso usar GRUP header (section6) - GRUP footer (section7)
com dataEnvironment?
O que eu posso fazer para que o dataReport entenda o grupo?
mas eu só posso usar GRUP header (section6) - GRUP footer (section7)
com dataEnvironment?
O que eu posso fazer para que o dataReport entenda o grupo?
Adevaldo
Você só pode agrupar no DataReport se tiver um RecordSet Hierárquico, gerado através do Shape.
Você só pode agrupar no DataReport se tiver um RecordSet Hierárquico, gerado através do Shape.
vc tem alguma aplicação parecida que vc possa me enviar?
Tópico encerrado , respostas não são mais permitidas