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 Chriss Miller 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: *

  • Users: larryman
  • Content: Threads
  • Order by date
  1. larryman

    ScrollableControl.SetDisplayRectLocation

    Hi All, I will appreciate any help on how to programatically handle scrollbar. I have a UserControl that give focus to a DataGridView but automatically scroll down to show the control. I want this scrollbar to move to the top of the page so that users can view the top of the page. I researched...
  2. larryman

    Request.Form on MasterPage Content Page

    I am stuck with Content page as the Request.Form on the page keeps returning null. I can't use form tag in the content page as the tag is already in the Master page. I have tried all work around seems to be out of luck. I have tried using the FindControl but not really sure I'm doing the right...
  3. larryman

    IF statement inside loop

    Hi guys, I have an IF statement that is not executing properly inside a FOR Next loop. This if statement executes once and doesn't execute again even when the conditions are satisfied. Below is the code <% @Language="VBScript"%> <% Option Explicit 'declare all local variables dim dcnDB...
  4. larryman

    Javascript menu with Frames

    Hi All, Please i want to implement a site on MSCMS Server. The site requires a dynamic menu with frames. What i want is similar to what is obtainable on www.total.com. Please if anybody knows a software that can write this for me i wouldn't mind going in that direction. I need to deliver the...
  5. larryman

    Update Error

    Hi, Please what's wrong with this Update statement strSQL = &quot;UPDATE Airbooking SET Head_Approve = 'Approved', Head_Approval_Date = ' # Date() # '&quot; & _ &quot;WHERE ID IN (&quot; & strDeleteList & &quot;)&quot; dcnDB.Execute(strSQL) Keep getting this error Microsoft JET Database...
  6. larryman

    Blank Messages with Mailing List

    Hi, Could anybody help fathom what's wrong with this code, it's causing headache for me. It has been sending mails for almost one year to a mailing list of around 5,000. To my amazement the mails sent today contains no body as in the mails are blank. PLeaseeeeeeeeeee what could be the problem...
  7. larryman

    SQL Error

    Please, Can anyone help figure out the source of error in the SQL statement below. I keep getting this error. Microsoft JET Database Engine error '80040e14' Syntax error in FROM clause. strSQL = &quot;SELECT AirOrder.Passenger_No,&quot; _ & &quot;AirOrder.Date, AirOrder.Department...
  8. larryman

    Hidding form's element

    Hello, Please i need help on how to hide form's element and to make it appear in response to user event. Oysterbar ride to success. Keep Riding
  9. larryman

    CDONTS Body Problem:converts ' to ’

    CDONTS converts ' to ’ in the body of my mail. I don't know what to change this to using the replace statement or is there any escape character that can do this for me. Also it abruptly stops when it encounters &quot;. Please i need help on what i can change this to. Will this help out...
  10. larryman

    Body property of CDONTS.NewMail

    Hi, Is there a limit to the number of characters the Body property of CDONTS.NewMail can take. I have a problem with the script below <% @Language=&quot;VBScript&quot;%> <% Option Explicit 'declare all local variables dim dcnDB 'As ADO.Connection dim strSQL 'As String Dim Mymail 'As...
  11. larryman

    How to get NT Username from a browser end

    Please, can anybody help me on how to get Windows NT username by a script when an authenticated user tries to use a web application on the network. This is because the web server will force another authentication box before you can get the username Thanx Oysterbar ride to success. Keep Riding
  12. larryman

    Annoying IIS Authentication

    All, I need help on how to get Windows' username in an Intranet environs. Already i get their usernames through IIS authentication. The basic authentication of IIS will force a dialog box for the user to fill and the variable is available through server variable &quot;AUTH USER&quot;. The...
  13. larryman

    Error: With End With Statement

    Please, I can't figure out exactly what could be wrong with this block of code. With GetTitle .Global = False .IgnoreCase = True .Pattern = &quot;<title>(.|\n)*</title>&quot; End With This block causes error when i run the code i got from someone in the community. The...
  14. larryman

    Onclick a button to automatically fill a radio button

    I have a button that already have onclick event. Now i want to add another onclick event to same button to automatically fill a radio button in the same form. I would appreciate any help. The existing one is this <INPUT TYPE=&quot;button&quot; NAME=&quot;Button1&quot; VALUE=&quot; Click here...
  15. larryman

    Data Shaping

    Hi, I'm trying to tune my report and i came across Data shaping which is one of ADO features. Now i want to know whether this would work with all databases including Access 2000. Oysterbar ride to success. Keep Riding
  16. larryman

    How to Implement Search on My Site

    I want users to be able to search for relevant information on my site using an input box. I want it to look like the search box on different sites. I have tried to configure the index server on my IIS but i keep getting errors. Any help Oysterbar ride to success. Keep Riding
  17. larryman

    Record Update in a loop

    Hi, Could you please help figure out what's wrong with this code, it doesn't update the records in the loop aside from the very first one and at times i get EOF/BOF error. The code is below <% Set dcnDB = Server.CreateObject(&quot;ADODB.Connection&quot;) dcnDB.ConnectionString =...
  18. larryman

    Report Header

    Hi all, Please i need help in my report and it's got to do with the title in the report. I have this report that's based on a query. This query prompts for the dept and flight type and uses this to query the database. Now the problem is i want to be able to display the dept and the flight type...
  19. larryman

    Access Permission

    Hi all, I have a problem with a small application that's running on NT Server 4.0 with IIS 4.0. CDONTS is configured and is working well but a permission problem cropped up when we added more than 20 users to the list of users on the application. Like the 21st person couldn't log on and when a...
  20. larryman

    Shopping Cart

    Please I need help on designing a shopping cart, i have 14 categories of tapes and each category has been tied to 14 tables in Access database respectively. Clicking on each of these category will open a page containing members of the category dynamically pulled from the database with...

Part and Inventory Search

Back
Top