thierry korsec
|
| Posted: 01/24/2006, 12:24 AM |
|
is there an easy way to have buttons on top page of query results to be able to send pdf or excel copy of the result via mail or better, 3 buttons : print, pdf and excel. 
regards
thierry
|
|
|
 |
E43509
Posts: 283
|
| Posted: 01/24/2006, 5:23 AM |
|
I know in cold fusion I can easily do this with the CFDOCUMENT tag that will send data to a PDF or flash paper. I'm not sure in other languages.
|
 |
 |
Vasiliy
Posts: 378
|
| Posted: 01/24/2006, 1:16 PM |
|
Quote :is there an easy way to have buttons on top page of query results to be able to send pdf or excel copy of the result via mail or better, 3 buttons : print, pdf and excel.
Let me know if you find something like this, I'm in line.
And, btw, even 2 buttons will be ok for me. 
In the mean time I just purchased an exporting solution.
Take a look at example: http://www.softcreator.com/examples/export/default.asp
Maybe you can wrap up this solution into your buttons ...
_________________
Vasiliy |
 |
 |
thierry korsec
|
| Posted: 01/25/2006, 5:37 AM |
|
hi,
thanks for answer
i mainly work in php but i found something i did'nt tested yet in the addons examples of codecharge
let us see what we can do with "export to excel" example
|
|
|
 |
james
|
| Posted: 02/01/2006, 10:49 AM |
|
hi thierry, i am testing out coldcharge studio right now and would love an export solution within coldcharge. did you test this addons yet and did it work? thanks
Quote thierry korsec:
hi,
thanks for answer
i mainly work in php but i found something i did'nt tested yet in the addons examples of codecharge
let us see what we can do with "export to excel" example
|
|
|
 |
Nido
|
| Posted: 02/05/2006, 4:34 PM |
|
Hi Vasiliy,
Would you mind sharing the exporting solution you purchased... seems exactly what I am also looking for.... Thanks.
|
|
|
 |
Benjamin Krajmalnik
|
| Posted: 02/05/2006, 6:58 PM |
|
www.nonnoi.com
|
|
|
 |
Vasiliy
Posts: 378
|
| Posted: 02/06/2006, 7:23 AM |
|
Nido, Benjamin gave a link to nonnoi.
I use them for data export.
Wrapping up is easy.
Basically the idea is to use a search form, which you give to end-user as a export form + list of fields to export (check-boxes within a form) + hidden grid you use to get SQL WHERE statement for your export.
Works fine, but this solution also requires:
1. Select columns to export. (I'm not finished, but it works)
2. Name export settings and lave/load in a DB (JS code works).
I'm not finished entire export, but when I finish, I'll share the solution.
_________________
Vasiliy |
 |
 |
|