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 strongm 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. ashaig

    Window.location problem in Firefox

    Kaht, that did the job! Thanks a lot!
  2. ashaig

    Window.location problem in Firefox

    Kaht, I took out the window.location.href, but nothing doing. I'm wondering if the onclick might be the issue. I know that mozilla browsers are more strict than IE so a small error might be causing this. As I said I get the alert coming up on the new page, but goes no further after the click...
  3. ashaig

    Window.location problem in Firefox

    I'm trying to redirect to a page in same window. Works fine in IE, but not firefox. It's getting to the redirected page because an alert I have there pops up. However when I click on 'OK' the sending page re-opens. Grateful for any suggestions. Here is the link: <a href="#" target="_self"...
  4. ashaig

    Changed Windows password &amp; localhost/127.0.0.1 bombs!

    Hello, this is a weird one. I've set up a Intranet for some friends using IIS on W2K Pro which has been working fine. But in the interests of tightening up security I gave the admin. person on the machine hosting the Intranet a password (she wasn't using one previously). Immediately started...
  5. ashaig

    MSSQL stored procedures to inline mySQL

    I have about 50 stored procedures in a intranet application which I want to convert to MySQL. There are plenty of products to convert the data, but nothing for SPs. Does anyone know of a <b>guide</b> for undertaking this mammoth task? Some of the SPs are quite 'procedural' IE. use conditional...
  6. ashaig

    W2K Pro to W2K Pro connection

    Hello, I'm trying to set up a connection between 2 PCs using my modem. Have set up &quot;Incoming connection&quot; in Network and Dial-Up on remote computer and also Connection with correct Userid, password and phone no. on mine. What I get is &quot;handle is invalid&quot; when trying to...
  7. ashaig

    Losing cookies

    Hi, I'm setting up a cookie at the beginning of a long-winded application (lots of data entry) and by the time I want to retrieve it (maybe 30 minutes later) to save to database its gone! I've tried setting Expires property to 2 days in advance to no avail. Code is below - the Response.Cookies...
  8. ashaig

    Losing Response.Cookies

    Hi, I'm setting up a cookie at the beginning of a long-winded application (lots of data entry) and by the time I want to retrieve it (maybe 30 minutes later) to save to database its gone! I've tried seting Expires property to 2 days in advance to no avail. Code is below - the Response.Cookies...
  9. ashaig

    print web page, but not other stuff

    Thanks gigaHertz! I feel kinda dumb tho'....
  10. ashaig

    print web page, but not other stuff

    I'm using a &quot;PRINT&quot; button + some Javascript to print a web page, and it does this, but I also get stuff like 'Page 1 of 1' at top and the http address at the bottom, also date at bottom. Is this something I can switch off in IE or is it a Printer configuration problem?
  11. ashaig

    Request.Form lost elements

    Hi, I'm using FormManager in Visual Interdev, which seems to handle using one page effectively. As I said this function works great with dropdown listboxes already - so the overall functionality isn't at fault. Could it be that HTML doesn't add an element to Forms Collection if it is empty...
  12. ashaig

    Request.Form lost elements

    Hi, I'm using a function I've used successfully before with dropdown listboxes, but its not working with checkboxes. Basically, if the &quot;breakfast&quot; box is NOT checked (from screen or database) the element does NOT get picked up when I use Request.Form in the function btnSave_onclick...
  13. ashaig

    no compatible datasource found for this control

    I have set up a ADO data control on a form. I have used a connection string to SQlserver database which connects OK when clicking on test button. The DC is called 'shopitem' I'm trying to use 'shopitem' as a datasource in a DBGRID but get the above message. Rest of message advises me to use an...
  14. ashaig

    DTS package failure

    Don't want to waste anyone else's time. I changed to SQL authentication at PC end and it worked like a dream! (I also used same userid/password as at server end.)
  15. ashaig

    DTS package failure

    Thanks Ben, I forgot to say that I selected the correct database from wizard. I'm wondering about having different authentication protocols screwing things up somehow. I'm using NT authentication at Pc end and SQL authentication at Server end.
  16. ashaig

    DTS package failure

    I'm trying to export 3 tables to my ISP's server from my PC. I keep getting &quot;UserId (myID)not a valid user on (database I've never heard of)&quot; My ISP can't or won't help, seeing it as a problem I have created. I can't see how. I even used the wizard to create this package. Opted for...
  17. ashaig

    Implicit conversion not allowed in Stored Proc

    Thanks for the response, my difficulty was a lot to do with an embarrassing misunderstanding of precision/scale, which I discovered after posting. Suffice to say I'm using decimal now, and all is well. I'll have a look at the text/quotes meantime, although the code now seems to be working OK.
  18. ashaig

    Implicit conversion not allowed in Stored Proc

    I'm getting the following error which (I think) objects to using the 'sweight' parm in the stored proc. I can't work out how I would use the CONVERT function as all given examples are for SELECT statements not qualifying statements: &quot;Microsoft OLE DB Provider for SQL Server (0x80040E14)...
  19. ashaig

    ObjectContext.SetComplete - runtime error

    Hi, I have starred out the password, if that's OK by you. var sdbConnString = &quot;Provider=SQLOLEDB;Password=********;User ID=highlandwedding;Initial Catalog=highlandwedding;Data Source=thecount&quot;; The error can be seen at www.highlandwedding.com/test Click on...
  20. ashaig

    ObjectContext.SetComplete - runtime error

    Just ADO Command objects for building up parameters etc., and ADO Connection object of course.

Part and Inventory Search

Back
Top