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 TouchToneTommy 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. SonicBoomBand

    anchor call on change of input box

    I've looked over the forums and the internet, but don't seem to be able to make this work. This is my current code <input type=text name=AllocHour onchange=window.location.href='WebESP.ASP?WCI=DNCC&WCE=SetAllocation&AllocHourBar='+AllocHour.value+'&AllocPercVal='+AllocPerc.value size=10...
  2. SonicBoomBand

    Page refresh back to it's last position

    Hi all I have a webpage that allows a user to update via input boxes. All is well and works like a treat but they have requested that the page, after refresh, keeps it's position. For example, the page is quite long and there are input boxes at the bottom of the page. When the user enters a...
  3. SonicBoomBand

    Object Expected on Input tag

    Really confused about this. I have a 8 input boxes on my html page. On change of the boxes, I need the page to refresh. This works for 4 input boxes, but the other 4 error with an 'Object Expected' error. Can anybody suggest anything? ONE THAT DOESN'T WORK <input type=text name=LTSLinepack...
  4. SonicBoomBand

    Listbox on click - Is this an Access 200 bug?

    I have a form and on the form I have a list box which onclick will populate text boxes with the data held in the list box enabling a user to change and save the data. However, for some very annoying reason, whatever I click on in the form (i.e. command buttons) the list box onclick code runs...
  5. SonicBoomBand

    Inserting a tab

    I have this bit of VB Script that writes the results of a recordset to my asp page. However nothing happens where the 'vbtabs' are located. Is it possible to do this and if so can somebody amend for me. rs.open "SELECT ID, Year, Venue, Course1, Course2, Winner FROM tblTrophyWinners",objConn...
  6. SonicBoomBand

    IIS Application

    I have seen and read other posts regarding this, but I can't seem to work this out. I am working on Windows XP Proffesional with VB6 and SP5 but I keep receiving 'Internet Information Server or Peer Web Services version 3.0 or later must be installed to run WebClasses'. Anybody got any...
  7. SonicBoomBand

    ActiveX component can't create object

    I have searched this forum and found many people with the same problem, but there have been no conclusive answers to the problem. So I thought I would give it another shot. Firstly, my PC has just been rebuilt. The line of code written below used to work and works on all other PC's in the...
  8. SonicBoomBand

    Splitting an Array

    I have a huge array that I want to split without looping through it. The big array is two dimensioned and holds, for example, 3000 rows and 365 columns. I want in my new smaller array the first 200 rows and columns 184 to 365 from the big array. Is there any way to instantly pull this data...
  9. SonicBoomBand

    Smooth Progress Bar in Excel

    I have created a process with an Active X progress bar showing the user that the process is running. It all works fine, but I am bored with it and would like a smooth progress bar rather than the standard. Is there any way, without writing in VB .NET, to change the little blue rectangles to a...
  10. SonicBoomBand

    Inputing text into an 'Off-Page Reference Dialog Box'

    I am trying to type text into a page connector (off-page Reference Dialog box) in Microsoft Visio 2000 Standard, but there doesn't seem to be a way. Is this true or am I missing something? Regards Andrew Andrew Chamberlain National Grid Transco
  11. SonicBoomBand

    Call a function in another spreadsheet

    I have a setup button in a spreadsheet that opens another spreadsheet and copies data across. But at the end of the process I need to run a function in the other spreadsheet. How do I call this function in the other spreadsheet from the process code? I'm guessing that I am close with the code...
  12. SonicBoomBand

    RefEdit Control on Excel Form

    I'm trying to return a cell address into my code but can't seem to get any code to run once the RefEdit Control has been changed. The Change Event just crashes me out of Excel and the AfterUpdate Event just doesn't get called. Has anybody got any ideas? Andrew Chamberlain National Grid Transco
  13. SonicBoomBand

    Refers To Dialog Box

    I would like to open a refers To dialog box but can't seem to find it. Is there any such dialog box or is it attached to other dialog boxes. What I am trying to do is open a refers to dialog box select a range on my worksheet and for that range to be shown in the dialog box. The one i'm after...
  14. SonicBoomBand

    Import Visio document auto into Word document

    Hello you good people. Just a quickie, I'm sure. I would like to import a visio document automatically into word on open of the word document. Have absolulately no idea where to begin with this one. Can't seem to find any threads for this question. Any help would be much appreciate...
  15. SonicBoomBand

    Original Cell Value (Excel)

    Is there a before worksheet event method to capture an original cell value before the user changes it? I would appreciate any help.
  16. SonicBoomBand

    Original Cell Value (Excel)

    Is there a before worksheet event method to capture an original cell value before the user changes it? I would appreciate any help.

Part and Inventory Search

Back
Top