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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AGNEW2PRG

  1. AGNEW2PRG

    ADODB.Recordset (0x800A0BCD)

    Apologies wrong forum !
  2. AGNEW2PRG

    ADODB.Recordset (0x800A0BCD)

    Hi All, I am getting the fllowing msg. I can load the record to be updated in the update form, when the submit button is hit the record doesnot update and throws the following error. I have had a look through the code can can't see where I am going wrong. any help will be appreciated...
  3. AGNEW2PRG

    PHP Form Values

    Hi All, I am in the process of gathering information of printers at various locations. I have created a web form that the user populates and when submitted, it calls a php script that writes to a csv file. This works okay. When the csv file is written, the user is redirected back to the form...
  4. AGNEW2PRG

    Convert HTM page to work with ASP

    ecwcee - Perfect ! That worked.. Thanks very much Sheco - I am creating the file on the server..
  5. AGNEW2PRG

    Convert HTM page to work with ASP

    Apologies, I have resolved the issue. It was permissions. however, the text file created is empty. ??
  6. AGNEW2PRG

    Convert HTM page to work with ASP

    Hi Ecwcee, Thank You for your help. I have used the code above. Hwever, I get the following error when the page tries to create the text file. Permission denied /mydirectory/response.asp, line 20 The directory is under the IIS Root and I have given the IISUSER account full access. Any...
  7. AGNEW2PRG

    Convert HTM page to work with ASP

    Hi All, I have this code that works if the page is a HTM page. I am trying to convert it to work as an asp page. The page contains the readparams() Javascript line - which I can't run in asp (I am guessing). Is there any way I can achieve the same in asp, without having to manually enter all...
  8. AGNEW2PRG

    Collation Feature

    Hi, I was wondering if any one can advise or point me in the right direction. I am trying to disable the collate option in Ms Word 2000 and above, so when the user goes File -> Print the collate button is disabled and grayed out. I do remember seeing an article that there a registry...
  9. AGNEW2PRG

    MS Word Collate Function

    Hi, I was wondering if any one can advise or point me in the right direction. I am trying to disable the collate option in Ms Word 2000 and above, so when the user goes File -> Print the collate button is disabled and grayed out. I do remember seeing an article that there a registry...
  10. AGNEW2PRG

    ASP variable to client side Script

    Hi Tarwan, the link is on the previous page is as follows Response.Write ("<a href=""deletepage.asp?ID=" & rs("ID") & """>") Response.Write ("<img src='/images/delete.gif' width='9' height='9' border='0'>") I have now changed it to Response.Write "<a href=""deletepage.asp?id=" & rs("ID")...
  11. AGNEW2PRG

    ASP variable to client side Script

    Hi, Please could you help with the question below? I am trying to pass the variable 'strRecordDtls' to the client. I am trying to get a message box to popup on the client asking the user to confirm deletion of the record. Is this possible? If so how do you do this ? Many Thanks...
  12. AGNEW2PRG

    SQL SUM FUNCTION

    Thanks, I will givi that a try... Regards
  13. AGNEW2PRG

    SQL SUM FUNCTION

    Hi All, I am trying to select muliple rows and sum the field "GBP" as a TOTAL Value. The code below is what I have so far. Is this right? i am unable to output the total value of the GBP field.. Any assistance will be most appreciated. Regards <------- CODE -------------> Set adoCon =...
  14. AGNEW2PRG

    href and QueryString

    Perfect... That worked.. thanks..
  15. AGNEW2PRG

    href and QueryString

    hi, i am a bit stuck, i am trying to pass the QueryString value(v0) into the link, no errors appear but the on click command doesnot redirect. Any help would be great... <input type="button" name="contract" value="Contract" onclick=<a href=" "contract.asp?p_id=<%=v0%> " "> thanks

Part and Inventory Search

Back
Top