Editing A Powerpoint Presentation Dynamically

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.

If this is possible, How can i achieve it?

View Replies


ADVERTISEMENT

Editing The Powepoint Slides Dynamically From ASP

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.

View Replies View Related

Online Excel Presentation Of Data From Database

With ASP I store the result from form (textboxes and checkboxes) in a
Access 2000 database.

Now I want to use a Excel worksheet for presenting the data. What I
want is partly to online present the data, and partly to be able to
print the sheet.

As I understan I have to start with a HTML-table and use <%
Response.ContentType = "application/vnd.ms-excel" %>
Right? Code:

View Replies View Related

Powerpoint

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?

View Replies View Related

Export To PowerPoint

I'd like to export a page to a powerpoint file,

<%
Response.Buffer = true
Response.ContentType = "application/vnd.ms-powerpoint"
Response.AddHeader "content-disposition", "inline; filename=nombre.pps"
Response.Write "graph 1"
Response.write "<TABLE><TR><TD> Grafico <br><IMG SRC='imagen.gif'> </TD> </TR></TABLE>"
Response.Write "graph 2"
Response.write "<TABLE><TR><TD> Grafico <br><IMG SRC='imagen.gif'> </TD> </TR></TABLE>"
Response.Flush
Response.End
%>

how can i create a new page to put the second bitmap in ?

View Replies View Related

Dynamic Powerpoint

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.

View Replies View Related

Can't Open Powerpoint Files Via Web

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.

View Replies View Related

PowerPoint Permissions Issue

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:

View Replies View Related

DB Updating/Editing

I have a script on my asp page which takes values entered from a form and inputs it into a database, in their appropriate fields. It's been working fine, but lately I'm noticing that I've been getting some blank records being entered in my DB table.

I know it's not my form becuase there is no way to leave it entirely blank, so even if you don't enter anything... their are hidden fields which already contains a value that get's passed and goes into the DB.

I am wondering if this is a result of many people entering data into the access db at the same time, and i'm wondering if i have the right locktype parameter.

I am using adLockPessimistic right now... should that be adLockOptimistic or adLockBatchOptimistic????

and should the cursor type be adOpenDynamic???

View Replies View Related

Editing XML Using ASP + XMLDOM

I'm in the process of 'trying' to write a very small CMS which will allow me update an existing XML script I have.

Unfortunately I just cannot get the script to work, my script falls over with an objRoot error when I try to set the objField using selectsinglenode. XML looks like this:

View Replies View Related

Editing Asp File

Is it possible to edit an asp file using filesystem? when I read a
text file using filesystem it doesnt show me the asp code in the <%
tags as this code is run server side, but is there a way to read ande
edit this code from another asp file

View Replies View Related

Form Editing

It is saturday night and guess what i'm doing. Friggin geek.
anyway. I have another question for you guys. I have a form to send emails. But i want the user of the form to be able to edit the html content, so if he wants to add bold text he can just click a button and the <b></b> tags apear in the body textbox. Much like the options we have here press the button # and you get the quote tags on screen.
I looked all over but nobody seems to have anything on that particular feature. So i was wondering if any of you could tell me or at least point me on the right direction.

View Replies View Related

Editing .js File

I have a .js menu file that runs in all of my intranet
files.I have an asp calendar system where I can add
calendar names to a db and it will display these new
calendars. What I don't have is a good way to edit my .js
menu file to add a new menu item.
Can fso add a line to a .js file that is "live" on an
intranet or will it run into file locks? by iis?

View Replies View Related

Editing Many Rows At Once

We've been asked to upgrade the system and one of the common complaints is that they often have to edit just one field, but for all the students. Currently you have a list of students and you have to click each one and go to their summary page before you can edit anything.

So they've asked if there is there any way of creating a 'spreadsheet like' view of my data and allowing the user to edit and either save everything, or save each row as they go (without causing a page refresh).

I managed to get a basic idea up and running, involving lots of wee forms or one big form... but my ASP ended up creating 266 SQL queries to do the saving (one for each pupil) ... and the script would just take forever. Code:

View Replies View Related

Editing Record

I have a recordset where when a user uploads a file, the field on the recordset will create the word "Processing". Once the Administrator logs on and gets the uploaded file, it will provide that record with a File Number. The problem I am having is that when I go in the form to create the "File Number", the field where it printed the date of the upload, disappears.....

View Replies View Related

Editing ASP Pages

Can you edit ASP pages using dreamweaver without being connected to a test server? If so, how?

View Replies View Related

Editing MS Word

Does anybody know how to edit an existing word document using ASP or VBScript. For instance, I have some text in the doc that I want to change to something else. Is this possible?

View Replies View Related

Editing A Textfile

I am currently writing a script for a course i am doing, It lists all the files and folders on the server, and works similar to windows explorer ( if you click on the folder it shows the content ). I have enabled it so you can delete, view source, and download all files/folders.

Now theres one more thing i would like to do, and that is to enable the user to edit a file, and i am struggling quite a bit, any guidance, ideas or links to a similar tutorial. I am probably going about it completley the wrong way, I was trying to open the file read each line and write it into a textarea, so the user could edit it, and then save it.

View Replies View Related

Textbox Editing

I know how to read a file system object and output it to the browser page. The desired result would be to put that file into a textbox on the screen for a user to modify and then write the file back to the file system.

The concept seems simple enough, read the text file into a variable then some magic asp will put it into a textbox value, then somehow take that value and write the file. I know how to write files to the system as well. I am missing a key piece.. any ideas?

View Replies View Related

Editing XML Data In ASP

What is the best Method, for deleting or editing existing XML Data? I have a form that submits to XML via ASP using VBScript. I now need to pull data into another ASP page which allows for either Editing or Deleting Individual fields.

I know I can use XSL but is there any better methods as the original form imports data into the Drop Down lists?

View Replies View Related

Editing Databases

I can get the data from my database to be displayed in a table, but how can i get the data to be displayed in a way that it can be edited? Can i populate a form from the database? If i can, how would i go about it please?

View Replies View Related

Tab Lite And Editing

i have been using Notetab Lite for PHP, Perl and HTML editing. I see it can be used for ASP work. There is a fair amount of files (ASP) to modify; will NoteTab Lite do the job? The files have quite a bit of VBScript code in them. I have heard that Crimson Editor is better than NoteTab Lite, for ASP work. I notice that Crimson editor 'color highlights' the VBS and the xhtml code, which is easier to view than Note Tab Lite.

I would like an editor that will be able to syntax check the VBScript code, if possible. Also, is there any method of viewing ASP files locally . This would save me lots of uploading/testing the modifications, if I could test locally (i) the syntax of both the VBS and xhtml code , and (ii) See what the form looks like. The ASP application uses an MS Access database. I do have Access 2000 Developer and VBA.

View Replies View Related

Editing Outlook Web Access

Has anyone had any luck editing the Microsoft Outlook Web Access pages? I am setting up my company's new OWA 2003 server. Now here's the problem, I had to create new logon pages because we authenticate to a different domain then the server is on (stupid mergers).

Now when the logout button is clicked on the page, it takes you back to the default logon page. Were a user to try and log back in from here it wouldn't work. Now simply adding a "response.redirect" to that page seems to break their code completely. So has anyone managed to do this and could let me know how?

View Replies View Related

Error Editing File

When I type out my new stuff in the edit field I click submit and get this error. The next post is my code for the entire page.
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/hwnetwork/edit1.asp, line 110

View Replies View Related

Editing Choices In Checkboxes

I am working on the form where the client can go back and uncheck and check collections to be assigned. This is in a different table. The collections come from a table called Collections.

The products table adds collectionID of each collection selected in the RelProdCollection Table. I need to be able to allow the user to edit the collections by unchecking and checking check boxes on the form. Let me show you my code.

Code That Displays All of the Collections dynamically in a check box. But it doesn't show the values if there are some collections that are checked by a product with a productID of 4. I need that code:

View Replies View Related

Editing An Access Database With SQL And ASP

I can edit information in tables no problem with insert delete etc etc. My question: is it possible to edit the tables themselves ie make new fields, tables etc! If so can someone provide a simple example or point me to a tutorial im sure I will pick it up pretty quick but I have no idea where to start!

View Replies View Related

Web Based File Editing

Is it possible to write a web based text editor? For example, is there a way to edit an asp file using an asp file? Here is what I have so far but instead of displaying the asp code it just displays the output html, Can I display the asp code so I can edit files without being at my computer and not using FTP?

Here is the current code:
Code:
<textarea name="editor" rows="35" cols="120">
<!-- #include file="default.asp" -->
</textarea>

View Replies View Related

Interface For Editing SQL DB Tables

I'm moving away from Access db's to MS SQL Server databases for storing form records.
While the MS SQL Server provides all the tools I need to edit/delete/add records, I need to provide an interface for non-technical people for obvious reasons.

I have a halfway decent one for manipulating Access databases but it doesn't seem to translate over to SQL Server too well. Obviously I'm fairly new to ASP and SQL but I've tried everything to make this editor work for SQL server.

So, I would like to just start from scratch and ask if anyone has an asp script that acts as a front-end to edit/delete/add records - nothing too fancy.

View Replies View Related

Editing A Text File

I have been searching the web for hours trying to find a simple tutorial or code example for what i need, but i have had no luck. What i need is very simple. I have an asp news page which will simply feed off a .txt file (hopfully maintaining line breaks).

All i want is another simple asp page which will display the content of that text file in a html form (one field), so that the user can simply edit or add to the text using that form, click submit and the text file will be updated.

View Replies View Related

Database Editing Solution

I have a roster of people from a db showing up in a frame containing ans asp page. In order for the client to edit a record on the roster, I have an edit page opening up in a javascript pop-up.

I know how to edit the db but what I don't know is how to 'bind' the text boxes in the pop up to the correct record in the db (based on which record they selected to edit). Here is how it looks:

John Smith 12 123 Main Street Your Town State edit this

the 'edit this' is a link that opens the pop-up. How can I get the correct record to show up in the pop up?

View Replies View Related

List Directories Editing

how to do Editing of default IIS directory listing template. How would you edit the template that IIS uses to list directories?

View Replies View Related

Video/audio Editing On Upload

is it posable to let a user upload a video/audio file and then i edit
it like you can with pictures? eg. change reselution, put a pre
recorded introduction to it (branding it to a website) or even convert
the file type

i know the intro thing can kind of be done with playlists but i want to

be able to let the users download the files for use on offline machines

plus i want to be able to convert the resilution.

View Replies View Related

Editing HTML In An ASP Page With A <TEXTAREA>

I use a script (tableEditor, this forum recommended it) that if viewing a TEXT field with HTML in it... gets all funky.

one of the data fields vachar contains the center of a page... okay if you pullig it just to display it but imopssable to edit it again or view it in any form other than a striaght pull to a page.

when i go to edit a page with the online editor (using <textarea> to display the code) that has </text area> in it it ends the FORM im view TEXT area and then goes on to display the code...

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved