Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. frmorris

    SQL Server Timeout Expired Error

    Thanks Qik3Coder for all your help. My problem has been resolved.
  2. frmorris

    SQL Server Timeout Expired Error

    I am getting the following error when I try to run a report in my application. The application is in asp with a Sql Server 2000 database. Microsoft OLE DB Provider for ODBC Drivers error '80040e31' [Microsoft][ODBC SQL Server Driver]Timeout expired /reports/reportDisplay.asp, line 417 This...
  3. frmorris

    Display text in ( ) in report column

    It is referencing a view
  4. frmorris

    Display text in ( ) in report column

    I have the following line of code that is in asp. It is a report that has the following columns: Age, Name, Enrollment Date, and Closure Date. dctReps.Item(strReportID).SelectedColumns = "dbo.CalculateAge(a.DateOfBirth,'" & Request.Form("txtEndDate") & "') as Age, a.Name, a.EnrollmentDate...
  5. frmorris

    Letter/Alphanumeric Based Paging in ASP

    I've done that. The query displays correctly. For example, if I click on the letter k. The letter k is displayed. However, it will not display the last names that begin with k.
  6. frmorris

    Letter/Alphanumeric Based Paging in ASP

    I have an asp page that is linked to a sql server database. At first the page only search by the client's last name, but the user needed to search by client id as well. Well I got the search box to search by the client's last name and client id, but when I did that, it broke the letter based...
  7. frmorris

    Microsoft VBScript compilation error '800a03ea'

    I have a search box that I would like the user to be able to search for a client by their last name or client id number. However, I get the following error when I try to run the application. This page is connected to a sql server database. Any help or suggestions on fixing this problem will be...
  8. frmorris

    Hiding a button in asp

    I have a delete button that I need to hide if a person is not an administrator. Could someone tell me how I would do this.
  9. frmorris

    Order By Problem

    I am having a problem with my stored procedure. I am trying to get my database to sort the data in desc order using the date. I would like the most recent date to show first. When I use the code below, I get the following error: Error 156: Incorrect syntax near the keyword 'Order'. Thank you...
  10. frmorris

    Procedure Expects Parameter ...was not supplied

    I have a datagrid that is suppose to update information in a sql database, but whenever I click the update button, I get the error below. The only two fields the user is allowed to update is the event and date field. Could someone help me. Thank you in advance. I get the following error when...
  11. frmorris

    Input String was not in correct format

    I am developing a web form and when I run it. I get an error that says 'Input String was not in correct format'. The error occurs in line one. Could someone help me in resolving this issue. Thanks. Dim eventid As Integer = e.Item.Cells(1).Text 'Error here Dim username As String =...
  12. frmorris

    Datagrid with Edit, Update, Cancel (Update Not working)

    Thanks dvannoy. Your link was a great resource.
  13. frmorris

    Datagrid with Edit, Update, Cancel (Update Not working)

    I have a datagrid with an Edit, Update, and Cancel command. The Edit and Cancel commands are working. However, when I click the update link nothing happens. I want the updated information to change and update in the sql database. Can someone please help me? Sub masterDataGrid_Update(ByVal...
  14. frmorris

    Datagrid with Edit, Update, Cancel (Update Not working)

    Hi Mike, I tried the handles solution, but it did not work. It redirect me back to my user log-in request form.
  15. frmorris

    Datagrid with Edit, Update, Cancel (Update Not working)

    I have a datagrid with an Edit, Update, and Cancel command. The Edit and Cancel commands are working. However, when I click the update link nothing happens. I want the updated information to change and update in the sql database. Can someone please help me? Sub masterDataGrid_Update(ByVal...
  16. frmorris

    Open a New Web Form Using a Button

    Thanks tgreer and chris77504 for your help. I found a script to solve my problem.
  17. frmorris

    Open a New Web Form Using a Button

    I am developing a web application in vb.net. Could someone tell me how do I code the button so that when the user click it a new form will open.
  18. frmorris

    Open new web form using a button

    Thanks Rick. You are correct.
  19. frmorris

    Open new web form using a button

    I am developing a web application in vb.net. Could someone tell me how do I code the button so that when the user click it a new form will open.

Part and Inventory Search

Back
Top