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

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

    Link within cell in JS created table

    Hello, complete newbie for javascript and web stuff in general. Here is my question. I have a function that creates a table based on the values in a array. I use things like ... newRow = document.getElementById("myTable").insertRow(1) newCell = newRow.insertCell(newRow.cells.length)...
  2. nath

    How to enforce DTD?

    Hi there, Absolutely new to XML. Have written a basic XML document and Basic DTD. When I visualise my XML in Internet Explorer, I know it first checks the DTD (because I had a mistake in it and it gave me an error message). Now I fixed the error in DTD and IE displays my XML OK. However if I...
  3. nath

    Site Definition dialog box does not appear

    Hi, I am new to dreamweaver and it doesn't start too hot. This happens within windows 2000, with dreamweaverMX or as well MX2004. I am just trying to register a local site (the sample site from the tutorial actually) and the Site definition dialog box doesn't appear. Instead I have an error...
  4. nath

    Javascript errors when browsing the net (with IE)

    Hi there, Not a javascript programmer problem, but more user problem. Hope someone in this forum can help me. When I browse on the net, I often get error messages. If I debug them, I realise they always take place within javascript code. It happens too often and on too many different sites for...
  5. nath

    Problem Using/Installing IIS-ASP

    Hi there, I'm completely new to this world ... I have Windows 2000 home, installed by the vendor when I got the machine. I would like to start learning ASP. Seems I need to install IIS first. From doc I have seen, I just need to go in Control Pannel, Add Remove programs and add the Internet...
  6. nath

    Does my site address change if I change host?

    Hi there, Sorry if this is a stupid question but I'm absolutely new to the topic ... If I go to a free host to start develop and test my site and after a while want to switch to a more performant host, would I need to change the address of my site? Thx for your help, Nath
  7. nath

    Adding module to Excel from VB6

    Hello there, hopre you are having a nice day! Here is my problem: I am in VB6. I create an instance of Excel and a new workbook (or open an existing one). I would like to add a module to the new workbook but it gives me an error message: "Run-Time error '430' Class does not support...
  8. nath

    Debugging DLL problem

    Hi there and happy new year. I am very new to VC++ and I admit it drives me mad! I have a dll that I want to debug. I have created an exe that calls a function in my dll. It seems to execute properly altogether. I have added the dll in the project settings of the executable, in the debug tab...
  9. nath

    Excell sub called from Access: runs twice instead of once!

    Hi there, I'm completely at a loss, this is a very strange problem. I have a button on a form which should open a spreadsheet and call one of its procedures. It works fine ... except that it runs twice! Here is my code: [code] Private Sub Command25_Click() Dim oApp As Object Dim wb...
  10. nath

    CopyFromRecordSet

    Hello, Does anyone know if there is a similar command to use with ADO for copying entire recordsets into a worksheet. The CopyFromRecordSet command (DAO command) doesn't work with ADO. Thanks for your help, Nath
  11. nath

    Double indirection in VB? Equivalent to C++ pointers?

    How can I access the content of a variable/constant X when I use a variable Y which contains the name of the first variable, i.e. X? Similarly how can I run a function/procedure if I call it using a variable containing its name? I know there are many alternative ways to do that, but I'd like to...
  12. nath

    Access the content of a variable using its name

    How can I access the content of a variable/constant X when I use a variable Y which contains the name of the first variable, i.e. X? Similarly how can I run a function/procedure if I call it using a variable containing its name? I know there are many alternative ways to do that, but I'd like to...
  13. nath

    mcupdate.exe - application error

    I hope someone can help me. I am running windows NT server 4 and have mcafee installed on it. I also have securecast. The problem is that nearly everyday i get a error that says: MCUPDATE.EXE - Application Error "0x77f88a87" referenced memory at "0x00000018". The memory...

Part and Inventory Search

Back
Top