Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old February 16th, 2005, 05:31 PM
cdflowe cdflowe is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Feb 2005
Posts: 2 cdflowe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 22 m 34 sec
Reputation Power: 0
Question Using vbsript (or anything) to power point slide via a database

Hey guys can anyone help me on my search to find out what I can use, to build a power point slide from an access database. Basically what I need is when a user selects the information they want from the database it then generates a power point slide from the information that pretains to the requested information from the database with the format I build into it. Any ideas?

Reply With Quote
  #2  
Old February 16th, 2005, 05:44 PM
Memnoch's Avatar
Memnoch Memnoch is offline
Unholy Moderator
ASP Free God 14th Plane (11500 - 11999 posts)
 
Join Date: Oct 2003
Location: In hell, where did you think?
Posts: 11,776 Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Memnoch User rank is Lieutenant Colonel (40000 - 50000 Reputation Level) 
Time spent in forums: 3 Weeks 5 Days 8 h 27 m 42 sec
Reputation Power: 470
Here's an example.
You would have to handle the formatting.
Code:
<%
Set Conn = Server.CreateObject("ADODB.Connection")
Set fs = Server.CreateObject("Scripting.FileSystemObject")
Set pptFile = fs.CreateTextFile("C:\PPTTest\Test.ppt", True)

Conn.Open "Your ConnectionString"

Set rs = Conn.Execute("SELECT FieldName FROM TableName")

if rs.eof then
   Response.write("No records returned")
Else	
   do until rs.eof
      pptFile.WriteLine(rs("FieldName"))
      rs.movenext
   loop
End If

pptFile.Close
Conn.Close

Set Conn = Nothing
Set fs = Nothing
%>

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > Using vbsript (or anything) to power point slide via a database


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT