I have two links on a page. One goes to an excel spreadsheet and the other goes to a powerpoint. If you click on the excel it prompts you to down load it or open it. IF you click on the powerpoint.....it opens it in the browser.....why does that happen?
how do u actually create pdf or powerpoint on the fly which should have necessary statis info along with that i need to attach the proposal with financial information like pricing. If differs from one proposal to another depending upon client's selection of products.
The above said process should be a ppt or a pdf. Server scripting can be even asp.net or asp. I tried many solutions by the way like htmldoc, datapoint etc. Most of the things giving me either funcationality error or alignment issue.
Am very desperate in finding the right solution if you people hve involved in such projects. Alternatively i need some solution which can help me converting html file to pdf or html using asp or asp.net coz i can easily generate html files on the fly and then i can convert it.
some users on our network are having difficulty opening Powerpoint files via the Web. I've read the article "In-Place Activation Using Internet Explorer 5 Does Not Work for PowerPoint Slides" at this location: http://support.microsoft.com/defaul...B;EN-US;q290180. However, following the guidelines of the article has not resolved the issue. Our users have Windows 2K, XP Pro, Internet Explorer 5.5 and 6.0.
To provide a small team assistance in a rather massive data conversion effort, I've built an ASP script that scans/scrapes a pile of PowerPoint presentations that are in an agreed-upon format and pulls in textual data from these files to be uploaded into a database
Believe it or not, the thing is (a) working, and (b) not too strange
However, it only works for me (a member of the web server's administrators group). When one of the "normal" users tries to hit the page, they receive the following error
"The call to Server.CreateObject failed while checking permissions. Access is denied to this object. Code:
I want to know is it possible to edit a powepoint presentation programmatically, i need to supply the values dynamically on web page.
For example if a user chooses state "Texas" and press the button "continue", the program should edit the the powerpoint presentation that is adding information related to Texas. If he/she chooses a different state, it should show the information of that state.
I have data in a table on MySql. I want to export all the data in the table to an Excel Spreadsheet when the user presses a button. What is the best way to do this?
User navigates to a page Presses button Select * from table Table Fields become Speadsheet Headers Table data then fills in the fields under the right heading Export Record set to somefilename.xls
There is no need to display the data just export it. The user can look at the data in excel
Having some real difficulty with a project I'm currently working on. My client would like to be able to print envelopes out from the application I'm building. I've worked around this by exporting all the required data to a word document which the client can download and open on their desktop.
Everything looks right - each record has an envelope (in the right style - checked on the print preview) but when my client prints, the first envelope is printed from the envelope feeder (correctly) and the rest are printed on A4. Very odd - been tinkering around with it, trying to make sure I haven't missed anything but it still doesn't seem to work.
I wrote a program which exports data to excel. The problem is when the records are more it takes very very loong time and finaly end with an error like the below
------------------- Error Report: Active Server PagesActive Server Pages (0x80004005) (0x80004005) ---------------------
when i made a search on internet i found that there is some limit to the excel file. like some 68 thousand records.
Is there a way that i can write to second sheet or any one know other solution for this???
Can anyone tell me if it is possible to export an asp page to pdf in classic asp. I have done this with asp.net and crystal but never with the good old asp.
I have an app that gets data from SQL Server and writes it to a csv file. My problem is that my query returns 25K + records. IE seems to 'hang' and the csv file never gets created. Any Ideas how I can get this to work? Below is my code:
I have problem while doing export to excel from my ASP code although i am able to do export to excel correctly , but when i try to open that file, it was giving error .
the error is
Problems Came Up in the Following Areas During Load
MIssing file : C:Documents and Settings15333stylessc_styles.css
there is no folder 'styles' inside " C:Documents and Settings15333" in my machine and "sc_styles.css" is the name of my style sheet.
when i export excel , and user selects a path in his machine , the excel is msaved in the Server(IIS) machine. The problem is because it is taking Excel Object from IIS Server.How to solve it.
you can export the results of an asp page to Word. Problem is that images won't be exported, there will only be a link to the images in the document. Does anyone know how you can embed the pictures in the document?
Accurary, I just change the contenttype of the asp to "application/vnd.ms-excel" . how to default the cell font to Arial? Now, it is defaulted to "Time News Roman", and I have tried using
Basically I want to create a word document on my server from a specified path using .asp. Right now, I have a form that gets filled out and the information is passed into a template and it generates a microsoft word document ready for printing. Well what I want to do is go one step further and automatically save the content that was genereated into a file to keep as a reference. Can I do this using .asp or do I need any extra things?
Can anyone point me to some sample code or tutorial that shows how I can export data from a database to an Excel spreadsheet that is already created on the server? I have an Excel spreadsheet that contains a number of labeled cells and sheets.
When someone clicks the "Export to Excel" button on my asp page, I want to export the required data from my sql database to the Excel spreadsheet (putting the data in the appropriate cells and sheets).
i am so sorry because asking this problem. u have read thru several solutions within this forum and i think i still a clear explanation regarding my problem. it works like this, a customer could view his/her reservation after entering his/her reservation ID.
a complete detail will appear in a HTML table. this table is located in a form tag because it allows customer to update the information. besides, customer also allowed to print the reservation detail by clicking the print button. my question is how to export all the information to ms word? i stucked because this page also allow customer to make changes. what i am thinking is to use 2 form tags but both have different action/process.
I'm able to export my data to an excel spreadsheet using ASP with ease. But how do you handle when your records exceed the amount of what Excel can handle, which is 65,536 records.
Does anyone know how to code it in such a way that the 65,537th record will automatically go to the "Sheet2"?
am creating a asp page that wiil fetch data from database and export that to excel. not using excel objet, am creating a HTML table to display the data. Now that it displays the data correctly in IE, I want to it to be stored in excel file too.
If I create a file in code, it creates the file. But the file shows up 0 bytes. and holds nothing. Anybody pl guide me how would I redirect my output to the excel file.
I have a database in MS Access and have one table in it (tblcontest) which has 30 fields in it, I want to export all the fields into Sql Server 2000, any idea how to? PS: I dnt wanna create all the fields manually one by one in SQL Server.
i have succesfully exported data from db to excel and dynamically generated filename, problem is I need a space between the invoice ID and Customer name, at present it generates the data but joined together eg 311Mackenzie Centre should read 311 Mackenzie Centre
I wanted some information on how I can do the following thing.Any kind of links/urls /programs related to this topic would be appreciated:
I want to perform an export of data to a text file,tab delimited. The user will basically select the date range and hit submit.After the submit button is hit,i get the pop up sayind that the data is in Ex.txt file .
I need to then use this text file to transport stuff into quickbooks.
The following code can generate excel file,however i discovery that if there are more than one user load is asp,only one user can load it sucessfully.If the 1st user have already load it,when the 2nd user load it,the 2nd one can load it while the 1st user 's page will be disappeared.. Code: