Mikas Posted September 1, 2006 at 09:47 AM Report Share #47688 Posted September 1, 2006 at 09:47 AM Muito Muito Simples: Em vez de fazer um report.preview ou .print, basta fazer o seguinte: ex: QuickRep1.ExportToFilter(TQRHtmlExportFilter.Create('teste.html')); As vezes pode dar jeito Link to comment Share on other sites More sharing options...
M6 Posted September 1, 2006 at 03:36 PM Report Share #47749 Posted September 1, 2006 at 03:36 PM Muito Muito Simples: Em vez de fazer um report.preview ou .print, basta fazer o seguinte: ex: QuickRep1.ExportToFilter(TQRHtmlExportFilter.Create('teste.html')); As vezes pode dar jeito O Quick Report tem mais back ends, o HTML é apenas um deles, TXT e CSV (extremamente útil para o Excel) sou outras opções. Uso também o Gnostice QReport que expande o QReport, e ai há disponível um conjunto maior de back ends: HTML (outro), XHTML, Word, Excel, JPG, PDF, etc.. 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar." Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now