Enter Keywords:
1 - 10 of 890(0.01 seconds)
Sort By:
 
there's a simple password protection code here,but its not working for me.i am getting the following error: Microsoft VBScript runtime error '800a000d' Type mismatch: 'Session' /login.asp,...
Zones: ASPDate Answered: 07/19/2000 Rating: 6.0 Views: 0
I keep getting an error with these two lines of code the error is type 13 errror, below are the two lines of codes. Any help will be appreciated. Form2.Text11 = ((Val(WIND.Text4) * 1.62) + (Val(...
Zones: Visual BasicDate Answered: 01/24/2002 Rating: 9.2 Views: 0
I'm posting data from a form to another page which includes the following code: <% Dim Connect, BusSubTypes, TypeID Set Connect = Server.CreateObject("ADODB.Connection") TypeID = Request("Typ...
Zones: ASPDate Answered: 03/17/2002 Rating: 8.0 Views: 0
I'm playing with a little agent to monitor users' mail files, especially coming up to Christmas.  I want the agent to run after new mail arrives, and scan through any new emails.  The agent will se...
Zones: Lotus NotesDate Answered: 09/22/2004 Rating: 7.4 Views: 0
Using a FoxPro 6 Free Table, I keep getting the following error: Operator/operand type mismatch error below is sample code that generates the error.  I've had no previous problems working with ...
Zones: VB DBDate Answered: 03/13/2003 Rating: 8.0 Views: 0
Hi, I am running vb6 and using the crystal report viewer.  The report comes up file but if I have the group tree visible it gives me a "type mismatch" error.  If I don't have the group tree visible...
Zones: Crystal Reports SoftwareDate Answered: 05/06/2004 Rating: 8.2 Views: 0
I have an oracle stored procedure that looks something like this... grant_role( inEmployee IN NUMBER, inRole IN VARCHAR2, inGrant IN BOOLEAN, status OUT NUMBER) I want to run this in a...
Zones: JavaScriptDate Answered: 12/08/2003 Rating: 7.4 Views: 0
Hi Everyone, When I add a New Column to a Table, I'm finding that the views referencing the table aren't mapping the columns correctly. For instance, if I add a new Column to the end of Table A,...
Zones: MS SQL ServerDate Answered: 02/25/2004 Rating: 7.8 Views: 0
Hi! What I am trying to accomplish is if the traffic is greater than a 1000 that it is divided by 1000 else the value is left undisturbed. Dim plan_traffic(5) Do While Not rs.EOF if rs.Fiel...
Zones: ASPDate Answered: 05/18/2004 Rating: 8.8 Views: 0
Hi, I have a little asp application that calculates users monthly bill.  I give the option to show the bill per month either by individual customer, or show all customers bills. When I show t...
Zones: ASPDate Answered: 11/30/2004 Rating: 7.8 Views: 0