Re: [Harbour] Harbour and crystal report

2008-12-03 Thread Pritpal Bedi
Massimo Try Function Main() Local hThread := hb_threadStart( {|| MyCrystalViewer() } ) do while .t. if inkey() == 27 exit endif enddo hb_threadJoin( hThread ) Return nil Function MyCrystalViewer() LOCAL oCrystal := CREATEOBJECT( "CrystalRuntime.Application

Re: [Harbour] Harbour and crystal report

2008-12-03 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Massimo Belgrano" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: mercoledì 3 dicembre 2008 16.31 Oggetto: Re: [Harbour] Harbour and crystal report any chance using gtwvg? I don't know. EMG -- E

Re: [Harbour] Harbour and crystal report

2008-12-03 Thread Massimo Belgrano
any chance using gtwvg? 2008/12/3 Enrico Maria Giordano <[EMAIL PROTECTED]> > > -Messaggio Originale- Da: "Massimo Belgrano" <[EMAIL PROTECTED] > > > A: "Harbour Project Main Developer List." > Data invio: mercoledì 3 dicembre 2008 11.

Re: [Harbour] Harbour and crystal report

2008-12-03 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Massimo Belgrano" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." 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

Re: [Harbour] Harbour and crystal report

2008-12-03 Thread Massimo Belgrano
21 novembre 2007 16.28 > Oggetto: Re: [Harbour] Harbour and crystal report > > > > An example > > > > oCrystal := TOleAuto():New( "Crystal.CRPE.Application" ) > > oCRReport := oCrystal:OpenReport( ".\impagen.rpt" ) > > oCRReport:Preview