[Harbour] Harbour and crystal report

Massimo Belgrano mbelgrano at deltain.it
Wed Dec 3 10:31:16 EST 2008


any chance using gtwvg?

2008/12/3 Enrico Maria Giordano <e.m.giordano at emagsoftware.it>

>
> -----Messaggio Originale----- Da: "Massimo Belgrano" <mbelgrano at deltain.it
> >
> A: "Harbour Project Main Developer List." <harbour at harbour-project.org>
> Data invio: mercoledì 3 dicembre 2008 11.17
> Oggetto: Re: [Harbour] Harbour and crystal report
>
>
>  Is aivable a way for use crystal report 2008?
>>
>
> This is a FWH sample for CR9. I don't know if it works for CR2008 too:
>
> #include "Fivewin.ch"
>
>
> FUNCTION MAIN()
>
>   LOCAL oCrystal := CREATEOBJECT( "CrystalRuntime.Application" )
>   LOCAL oReport  := oCrystal:OpenReport( "PROVA.RPT" )
>
>   LOCAL oWnd, oCRViewer
>
>   DEFINE WINDOW oWnd
>
>   oCRViewer = TActiveX():New( oWnd, "CRViewer9.CRViewer" )
>
>   oCRViewer:SetProp( "ReportSource", oReport )
>   oCRViewer:Do( "ViewReport" )
>
>   oWnd:oClient = oCRViewer
>
>   ACTIVATE WINDOW oWnd;
>            MAXIMIZED
>
>   RETURN NIL
>
>
> EMG
>
> --
> EMAG Software Homepage:     http://www.emagsoftware.it
> The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
> The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
> The EMG Music page:         http://www.emagsoftware.it/emgmusic
> _______________________________________________
> Harbour mailing list
> Harbour at harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
Massimo Belgrano

Albo Nazionale Informatici Professionisti 2620
Socio 2843 Associazione Informatici prof.

Analisi e sviluppo software per Lan e Web
Consulenza informatica - Formazione
Delta Informatica S.r.l.  http://www.deltain.it
Via Torelli,31 - 28100 Novara - Tel: 0321/30281
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.harbour-project.org/pipermail/harbour/attachments/20081203/c5ae6b20/attachment.html


More information about the Harbour mailing list