[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

07/11/2008 at 10:32AM PDT, ID: 23557960
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.6

VBScript problem on aspx page

Asked by jay-are in Programming for ASP.NET, Microsoft Visual Basic.Net

Hello Experts:

I'm trying to execute a vbscript on my aspx page.  Whenever I load the page it performs all the code-behind routines just fine but gives me a script error:  Type mismatch: 'Print_Page'

Is there some code error here causing this?  Here's the page:

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="printvoucher.aspx.vb" Inherits="printvoucher" %>
<script language="vbscript" type="text/VBSCRIPT" >
        Sub Print_Page()
            Dim strComputer as string
            Dim strOldDefault as string
            Dim objWMIService as object
            Dim colPrinters, objPrinter as object
            strComputer = "."
 
            Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
 
            Set colPrinters =  objWMIService.ExecQuery ("Select * from Win32_Printer Where Default = TRUE")
 
            For Each objPrinter in colPrinters
                strOldDefault = objPrinter.Name
                strOldDefault = Replace(strOldDefault, "\", "\\")
            Next
 
            Set colPrinters =  objWMIService.ExecQuery ("Select * from Win32_Printer Where Name = 'DYMO'")
 
            For Each objPrinter in colPrinters
                objPrinter.SetDefaultPrinter()
            Next
 
            Wscript.Sleep 2000
            
            WebBrowser1.ExecWB(6,1,null,null)
            
            Set colPrinters =  objWMIService.ExecQuery ("Select * from Win32_Printer Where Name = '" & strOldDefault & "'")
 
            For Each objPrinter in colPrinters
                objPrinter.SetDefaultPrinter()
            Next
        End Sub
</script>
<html xmlns="http://www.w3.org/1999/xhtml">
<head >
    <title>Print Voucher</title>
</head>
<body onload="Print_Page()" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; overflow: hidden; clip: rect(0px 0px 0px 0px); padding-top: 0px; clear: none; table-layout: fixed; display: block; left: 0px; background-image: none; visibility: visible; width: 0px; cursor: crosshair; position: absolute; top: 0px; height: 0px" >
<object id="WebBrowser1" style="display:none" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></object>
    <form id="form1" runat="server" >
        <img src="https://www.mysite.com/FuelTracker/client logos/gwpflogo.gif" style="Z-INDEX: 112; LEFT: 0px; TOP: 0px; margin: inherit; padding-top: 0px; position:absolute" width="298px" alt="" />
        <asp:label runat="server" id="Label2" style="Z-INDEX: 112; LEFT: 2px; POSITION: absolute; TOP: 44px" font-size="12px" Height="55px" Width="295px" BorderStyle="Solid" BorderWidth="1px" Font-Names="Arial" ></asp:label>
    </form>
</body>
</html>
[+][-]07/11/08 11:45 AM, ID: 21984894

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/11/08 11:52 AM, ID: 21984957

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/11/08 12:22 PM, ID: 21985222

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/13/08 05:18 AM, ID: 21992248

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/13/08 09:19 AM, ID: 21993059

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/13/08 06:47 PM, ID: 21995134

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Programming for ASP.NET, Microsoft Visual Basic.Net
Sign Up Now!
Solution Provided By: rodnex
Participating Experts: 1
Solution Grade: A
 
 
[+][-]07/13/08 07:22 PM, ID: 21995250

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/13/08 07:43 PM, ID: 21995322

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/14/08 02:15 PM, ID: 22002209

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/14/08 02:43 PM, ID: 22002388

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/15/08 06:26 AM, ID: 22006715

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20090824-EE-VQP-74 / EE_QW_2_20070628