go to post Nezla · Jan 18, 2022 Yes all I need is an output in one sheet. I've changed the mode "excel" but I got the attached messy output . Thanks
go to post Nezla · Jan 18, 2022 I clicked on save as where only two options to save as .zip or all files, so I picked all files and forced .xls extension but the generated file is all over the place. the purpose of this project is to all the user to view a spreadsheet when clicking the "View Excel Format" or prompt the user to open the generated spreadsheet in downloads, and using Generate method maybe better in my case, so how can I send the generated file to open up in in the browser? I've seen a sample that uses GenerateReport() but that save a file in a pre-defined path but then I would like to instead send the generated file to the browser for the user to view it, any suggestions? Thanks
go to post Nezla · Nov 25, 2021 Ok if you try exporting and opening a Zen report to Excel in a machine that doesn't have MS excel installed you want to be able to open the exported file. With Crystal reports for example there a runtime EXE that you can install that have all required DLLs and files that allow the user to view a crystal report without having to install the full version of Crystal (see this link for more info:https://www.tektutorialshub.com/crystal-reports/how-to-download-and-inst...) So I'm asking if there is a Runtime EXE for excel or MS Office that I can install to allow users to open & view the generated .csv report? Thanks
go to post Nezla · Nov 17, 2021 It did work for me when I set the DEFAULTMODE ="pdf" but didn't with DEFAULTMODE ="xlsx", I think because the server doesn't have MS office, is there an Excel runtime utility that I can install? the other problem is that in all my zen reports the data are presented in a datagrid and changing the defaultmode ='"xlsx" will result in out of whack result (see for example the sample ZENReports.PageLayouts and try to change the defaultmode to xlsx and you will what I mean). Thanks
go to post Nezla · Nov 16, 2021 I've seen this sample, but this one will save the file to a specific path, I'm looking for a way to popup and open the file in my screen, or have the option to Open/Save file in my browser, the same way you get in websites? Thanks
go to post Nezla · Oct 27, 2021 I need to include a date picker in a tablepane cell, as you know you can include a textbox a link...etc in a tablepane cell but how can you include a date picker? Thanks
go to post Nezla · Jun 24, 2021 I can see that what's making the row taller is the 20em as attached but I don't have that style in my form, so not sure where is it coming from?
go to post Nezla · Jun 24, 2021 actually when I ran my app in Chrome the rows are fine !? when I run my page in IE one my tablepanes is good but the second has tall rows but running it in chrome both are good, so why not in IE and only for the second one? thanks