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 bkrike 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: ashaig
  • Content: Threads
  • Order by date
  1. 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"...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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?
  8. 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...
  9. 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...
  10. 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...
  11. 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)...
  12. ashaig

    MSDTC and debugger problem

    I'm running an ASP script under MSDTC and can't seem to get the debugger to take over execution. I manually startup debugger and under &quot;running docs&quot; I can see each page until the MSDTC page when it falls over with my current problem - redirecting to my error page. IE. I don't get to...
  13. ashaig

    ObjectContext.SetComplete - runtime error

    This is a &quot;works on my PC, but not on ISP's server&quot; problem. I have an ASP script which is running under MSDTC. The error message is &quot;Object doesn't support this property or method &quot; Error no. is 800A01B6. Current debugging indicates that there are no errors from the SQL...
  14. ashaig

    populating array from database

    I'm trying to populate an array. Instead of slots looking like &quot;Accomodation&quot;,&quot;Ceremony&quot;,&quot;Transport&quot; etc. they are being populated as below the code. Any kind person who can help? (I suspect I should build up a delimited string then 'split' it...) var sDesc...

Part and Inventory Search

Back
Top