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 derfloh 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: ejrhodes
  • Content: Threads
  • Order by date
  1. ejrhodes

    Copying Format and Column Widths from one worksheet to others

    Hopefully this is an easy one. I am trying to copy the column widths and formatting from my first sheet "sheet 1" and paste it into all other sheets in the workbook. My code is as follows. Any suggestions? Sheets("Sheet1").Range("A:Z").Copy For Each wsheet In wb.Worksheets With wsheet...
  2. ejrhodes

    Public variables?

    I am experimenting with AJAX and I am running into an issue. On my page, I have multiple spans with a similar naming convention. eg showtext1, showtext2, showtext3. On the click of another span, I pass my AJAX functions a paramater. One of these parameters is a number that corresponds to the...
  3. ejrhodes

    Undefined Passing Form Value from Child to Parent

    Hey everyone, I am sure this is a simple one, but I am curious if someone can help me debug why I am getting an undefined value when passing a value from the child window to the parent window. On my child window, I have the following code Code: <form name="selectrfc" action=""> <tr> <td...
  4. ejrhodes

    Calculating the difference between 2 days

    With some help, I wrote this simple function which takes the 2 values of text boxes and calculates the difference. The problem is the time calculation is not always correct. Any insight? <HTML> <HEAD> <TITLE>Ticket Tracker</TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function...
  5. ejrhodes

    Using Javascript to Validate Format of Text Box

    I have a text box on my form that needs to be in the following format (the leading 0 is not required for mm or dd) mm/dd/yyyy hh:mm The hh:mm is optional, but if they put a time value in, it should be in that format. Can someone provide me with a function I can call onblur of the textbox that...
  6. ejrhodes

    Lag in Link Table Refresh

    Guys, I have an ODBC connection opened in Access which links to an Oracle table. It seems that there is a 20 minute delay between the change being made in Oracle and the data being updated in Access. Is there an ODBC setting that I can change to push the update quicker? Is there something I...

Part and Inventory Search

Back
Top