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 28/08/2004 21:54 hs            
Olá amigos, estive postando algumas perguntas, mas infelizmente o pessoal não pode me ajudar, apesar de serem muitos generosos.
Eu gostaria de saber como busco um relatório do Crystal Report 9 via Vb.
 
Se alguém puder me ajudar
 
Obrigada.
   
cesardca
BELÉM
PA - BRASIL
ENUNCIADA !
Postada em 17/04/2005 02:02 hs         
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
   
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