﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by Jereme Guenther / Article Discussions / Article Discussions by Author </title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 24 May 2012 12:42:57 GMT</lastBuildDate><ttl>20</ttl><item><title>Printing in .NET</title><link>http://www.sqlservercentral.com/Forums/Topic254843-280-1.aspx</link><description>Comments posted to this topic are about the content posted at &lt;A HREF="http://www.sqlservercentral.com/columnists/jGuenther/printinginnet.asp"&gt;http://www.sqlservercentral.com/columnists/jGuenther/printinginnet.asp&lt;/A&gt;</description><pubDate>Tue, 31 Jan 2006 21:47:00 GMT</pubDate><dc:creator>Jereme Guenther</dc:creator></item><item><title>Printing in vb.net</title><link>http://www.sqlservercentral.com/Forums/Topic701603-280-1.aspx</link><description>Jeremy,First of all, thanks for your code; I am new to vb.net and have really struggled trying to get formatted, neat, clean data to the printer.  I have successfully added your code to my program and it works.  One thing I need in addition to what you have is how do I determine what the default printer is set to (ie, how can I retrieve the printer name using vb code)?Thanks for your help,Randy</description><pubDate>Tue, 21 Apr 2009 09:42:30 GMT</pubDate><dc:creator>WarriorRandy</dc:creator></item><item><title>Hi I Need Help</title><link>http://www.sqlservercentral.com/Forums/Topic448243-280-1.aspx</link><description>Hi I m in big trouble Can u send me  full application.MY requirement is that I have a submit Request Page N when I click on Submit Button in last I want Print of that page automatically Thanks in advanceRegards Rahul4rahulsaxena@gmail.com</description><pubDate>Mon, 28 Jan 2008 05:42:09 GMT</pubDate><dc:creator>4rahulsaxena</dc:creator></item><item><title>Alternative to the Microsoft MMC Console</title><link>http://www.sqlservercentral.com/Forums/Topic294217-280-1.aspx</link><description>Comments posted to this topic are about the content posted at &lt;A HREF="http://www.sqlservercentral.com/columnists/jGuenther/alternativetothemicrosoftmmcconsole.asp"&gt;http://www.sqlservercentral.com/columnists/jGuenther/alternativetothemicrosoftmmcconsole.asp&lt;/A&gt;</description><pubDate>Thu, 13 Jul 2006 11:59:00 GMT</pubDate><dc:creator>Jereme Guenther</dc:creator></item><item><title>Help setting up</title><link>http://www.sqlservercentral.com/Forums/Topic297580-280-1.aspx</link><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;I am having difficulty setting this up to work.  I have a virtual directory in IIS with the pages downloaded to it, and I have installed the tswebsetup.exe from &lt;A href="http://www.microsoft.com/windowsxp/downloads/tools/rdwebconn.mspx"&gt;http://www.microsoft.com/windowsxp/downloads/tools/rdwebconn.mspx&lt;/A&gt;.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;In connections.asp these files are referenced:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;!-- #INCLUDE FILE="/conn.inc" --&amp;gt;&amp;lt;!-- #INCLUDE FILE="/adovbs.inc" --&amp;gt;&amp;lt;!-- #INCLUDE FILE="/inc/Func.inc" --&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;But these files are not included in the zip file for download, and there is no mention in the article as to the contents or format these files need in order to work on the page.  I get this error when I visit the page:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;Error Type:Active Server Pages, ASP 0130 (0x80004005)File attribute '/conn.inc' cannot start with forward slash or back slash.&lt;B&gt;/newmmc/connections.asp, line 4&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;I removed the slash before each file and that got rid of the immediate error, but I still ran into problems because I didn't have the files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;I thought conn.inc would include the servers to include in the list, but it looks like it wants to connect to a SQL Server to get that list, so I created a new DB and added a ServerList table and an SP for the page to call to get the list.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;I got past the error stemming from the constant adCmdStoredProc not being defined by downloading adovbs.inc from here: &lt;A href="http://www.asp101.com/articles/john/adovbs/default.asp"&gt;http://www.asp101.com/articles/john/adovbs/default.asp&lt;/A&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;That brought me to this error, which is probably because I need the function which is defined in Func.inc?&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;Error Type:Microsoft VBScript runtime (0x800A000D)Type mismatch: 'ConvertText'&lt;B&gt;/newmmc/connections.asp, line 22&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt; What else do I need to do to get this to work?&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;On another topic, does this forum only work for IE? I tried with both Opera 9 and FireFox 1.5 and neither one would let me type into the reply box, and there were multiple JavaScript errors reported in both error consoles.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman" size=3&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;</description><pubDate>Wed, 26 Jul 2006 13:50:00 GMT</pubDate><dc:creator>rlively-343684</dc:creator></item></channel></rss>
