Re: [Harbour] Report writer for Harbour

2010-03-31 Thread Massimo Belgrano
For Visual Fox pro comparison harbour need - Reporting system (integrated with rdd) - Form editor like qtdesigner but dboriented - Database query & Modelling (gui superdbu+uml integrated with rdd) The harbour architecture will allow create very powerful application 2010/3/31 Bruno Luciani : >

Re: [Harbour] Report writer for Harbour

2010-03-31 Thread Bruno Luciani
A wrapper to exaro and ZINT may a be a good idea Massimo Bruno 2010/3/31 Massimo Belgrano > Hi Randy > > Follow is untested sample with crystal report using gtwvg may be > adapted to hbxtq > basically using xbp instead wvg > Function MyCrystalViewer() > LOCAL oCrystal := CREATEOBJECT( "Crys

Re: [Harbour] Report writer for Harbour

2010-03-31 Thread Massimo Belgrano
Hi Randy Follow is untested sample with crystal report using gtwvg may be adapted to hbxtq basically using xbp instead wvg Function MyCrystalViewer() LOCAL oCrystal := CREATEOBJECT( "CrystalRuntime.Application" ) LOCAL oReport := oCrystal:OpenReport( "PROVA.RPT" ) LOCAL oDlg, oActvX o

[Harbour] Report writer for Harbour

2010-03-31 Thread Randy
Hi all, Is there a report writer of choice for use with Harbour? Ideally, I would like a report writer that allows my app to create the print handle (ie. hPrintDC) and pass it to the report writer instead of the report writer creating its own so that I can combine multiple reports in a single