USUÁRIO:      SENHA:        SALVAR LOGIN ?    Adicione o VBWEB na sua lista de favoritos   Fale conosco 

 

  Fórum

  Visual Basic
Voltar
Autor Assunto:  Crystal Report 9
Moreti
SÃO PAULO
SP - BRASIL
ENUNCIADA !
Postada em 10/09/2004 10:46 hs            
Olá amigos, eu não estou entendendo muito essa coisa.
A pergunta é :  Eu tenho que fazer alguma referencia nas bibliotecas ???
Coloquei também o CRViewer1 entrando em componentes.
Segue codigo abaixo.
se alguem pider me ajudar ficarei muito grato

Dim oAP As New CRAXDdRT.Application
Dim oRP As New CRAXDRT.Report

Set oRP = oAP.OpenReport("" & App.Path & "" & NomeRelatorio & "")
Screen.MousePointer = vbHourglass

oRP.DiscardSavedData
oRP.VerifyOnEveryPrint = True

CRViewer1.ReportSource = oRP
CRViewer1.ViewReport
Screen.MousePointer = vbDefault


Private Sub Form_Unload(Cancel As Integer)
Set oAP = Nothing
Set oRP = Nothing

End Sub
   
DennysFelix
SÃO PAULO
SP - BRASIL
ENUNCIADA !
Postada em 10/09/2004 11:22 hs            
tem que fazer referencia com:
Crystal Reports 9 ActiveX Designer Run Time Library
   
cesardca
BELÉM
PA - BRASIL
ENUNCIADA !
Postada em 17/04/2005 02:10 hs         
Amigo, se ainda estiver precisando do código, aí vai...
Use esse código com o componente que você usou! E dará certo!
 
Dim a As CRAXDRT.Application
Dim b As CRAXDRT.Report
 
Private Sub Form_Load()
Set a = New CRAXDRT.Application
Set b = New CRAXDRT.Report

Set b = a.OpenReport("C:Documents and SettingsAdministradorMeus documentos     este_crystalReport2.rpt")
 
Screen.MousePointer = vbHourglass
b.DiscardSavedData
b.VerifyOnEveryPrint = True
CRViewer91.ReportSource = b
CRViewer91.ViewReport
Screen.MousePointer = vbDefault
End Sub
Referenciar:
Crystal Reports 9 ActiveX Designer Run Time Library
Crystal Report Viewer Control 9

cesar
   
LEGAL
não registrado
ENUNCIADA !
Postada em 18/04/2005 01:45 hs   
admins banam esse cesar ele só está querendo ganhar mais status para cada pergunta respondida
 
5 topicos iguais Emoções
   
Anjo Miguel
PAULISTA
PE - BRASIL
ENUNCIADA !
Postada em 10/05/2005 17:51 hs            
LEGAL, equivocadíssimo, o Cesar sempre responde com a resposta correta, não se tem culpa se os user com dúvidas não faz uma busca antes de postar suas dúvidas e termina fazendo a mesma pergunta.

LEGAL = 100% errado
   
DiogoFCAreas
RIO DE JANEIRO
RJ - BRASIL
ENUNCIADA !
Postada em 10/05/2005 18:18 hs            
Caro amigo,
    Vc precisa fazer referencia com microsoft dat object.

EmoçõesVB FANÁTICO - DIOGO AREAS
 MSN: diogo_areas@hotmail.comEmoções
   
Página(s): 1/1    


Seu Nome:

Seu eMail:

ALTERAR PARA MODO HTML
Mensagem:

[:)] = 
[:P] = 
[:(] = 
[;)] = 

HTML DESLIGADO

     
 VOLTAR

  



CyberWEB Network Ltda.    © Copyright 2000-2024   -   Todos os direitos reservados.
Powered by HostingZone - A melhor hospedagem para seu site
Topo da página