Jump to content
Fórum Script Brasil
  • 0

relatorio de datagrid


Leandro_Pirozzi

Question

Existe a possibilidade de se gerar um relatório através de um datagrid preenchido?

esse codigo somente esta trazendo por data.

Se tiver como fazer com o datagrid já me facilita e muito.

Obrigado!!

Dim diai

Dim mesi

Dim anoi

Dim diaf

Dim mesf

Dim anof

diai = Day(DTPicker1.Value)

mesi = Month(DTPicker1.Value)

anoi = Year(DTPicker1.Value)

diaf = Day(DTPicker2.Value)

mesf = Month(DTPicker2.Value)

anof = Year(DTPicker2.Value)

'Caminho do Banco de Dados

CrystalReport1.DataFiles(0) = App.Path & "\CONTATOS.mdb"

'Selecionamos os Registros que se enquadram entre as datas

CrystalReport1.SelectionFormula = "{CONTATOS_HISTORICO.ASSESSOR}= '" & Login & "'" & _

" and {CONTATOS_HISTORICO.DATATAREFA} >= Date(" & anoi & "," & mesi & "," & diai & ")" & _

" and {CONTATOS_HISTORICO.DATATAREFA} <= Date(" & anof & "," & mesf & "," & diaf & ")"

'Caminho do Relatório

CrystalReport1.ReportFileName = App.Path & "\HistoricoPERS.rpt"

CrystalReport1.WindowTitle = "Relatório de PERSPECTIVAS"

CrystalReport1.Destination = 0

CrystalReport1.Action = 1

Exit Sub

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

de novo, com o CRAXDRT você consegue.

da forma como é explicado aqui: http://scriptbrasil.com.br/forum/index.php...st&p=477615

você não vai pegar os dados do grid e sim do recorset vinculado a ele.

EDITADO:

leandro com o CRControl q você ta usando, acho q você consegue o mesmo efeito com o metodo SetTablePrivateData().

da uma checada se você consegue usa-lo ai.

Edited by kuroi
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...