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: AGNEW2PRG
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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 =...
  8. 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
  9. AGNEW2PRG

    Passing Variables

    Hi, Can anybody help me here pls? The code below writes the contents to a access db. However, how do i pass the "strPID" variable to the next page? Thanks in advance.. <% 'Dimension variables Dim adoCon Dim rsAddProperty Dim strSQL Dim strPID Set adoCon =...
  10. AGNEW2PRG

    Setting variables from user input

    Hi All, I have designed a html form that collects the user input and emails it to an address. FORM FIELDS ---------------------------- form field 1 : Title form field 2 : First Name form field 3 : Last Name I am trying to set a hidden field value(Full Name) using the 3 form fields. to...
  11. AGNEW2PRG

    CSS and Hyperlinks

    Hi, I have a .htm page that uses a css sheet that defines the way the links are displayed on the page. a:link {text-decoration: none; color: #000000;} a:visited {text-decoration: none;color: #000000;} a:active {text-decoration: none;color: #000000;} a:hover {color...
  12. AGNEW2PRG

    ASP Copy file to folder

    Hi All, I am working on a asp page that lets a user select a file and on submit copies to a folder on the server. The below doesnot seem to work, any suggestions / help / comments? The asp pages are to work on a win xp machine running IIS and will operate on the LAN only. Is this possible ...
  13. AGNEW2PRG

    Pause Script Until File Transfer Is Complete

    Hi, I have written a script to upgrade firmware on a device. The script works as expected. However, the firmware is approx 27mb and the statements after the put command executes before the file is successfully transfered to the device. is there any way i can halt the script until the file...
  14. AGNEW2PRG

    Problem with Function - Need Help

    Hi, The following script works if I insert a inputbox as srchstring within the function. How do I assign the srchstring as a variable that can call the function and get the value in the config.inf file? I hope i am explaining this properly. many thanks the config.inf file...
  15. AGNEW2PRG

    Help - Printer config script

    Hi I am in the process of writing a script to conmfigure network printers. I have a config.inf file that contains all the setting. The scripts works to the extent of reading the config.inf file and the lines in it. I am trying to get the script to split the line at the ":" and use the rest of...
  16. AGNEW2PRG

    New To PCL/PJL Codes

    Hi All, I was wondering if anyone could advise me where i can find a tutorial to program pcl/pjl codes and how to send codes to a printer. i am a real novice at this and need to understand it from the ground up. many thanks " New To Programming - Learning Fast :-)
  17. AGNEW2PRG

    Please advise - calling a sub

    Hi, I was wondering if this was possible. I have 2 asp pages, page1.asp has 1 forms for adding records to the database, I have a hidden field in the form that passes a value to page2.asp this variable kicks off a sub that adds the record to the database. once the record has been added you...
  18. AGNEW2PRG

    Help with this one please

    Hi, I have a update form that populates fields from a database. I can populate the text fields from the database without any problem. However, I would like to set the selection value to the value of the record in the database. Is this possible ? I have attached the code below should it help...
  19. AGNEW2PRG

    Global functions

    Hi All, Is there a way I can have a central file(s) that contains vbscript function(s) that can be called at any time? I could use the includes file that is read on a page loading. Is there a better way? For example I am using the code <%=replace((rsComments("Comments")),vbCr, "<BR>")%> in...
  20. AGNEW2PRG

    Syntax error in INSERT INTO statement

    Hi All, I have been trying to find the error on this statement for quite a while now, and cant spot it. please could anyone point out the obvious. Regards <% set con = Server.CreateObject("ADODB.connection") accessdb = "./database.mdb" con.open "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA...

Part and Inventory Search

Back
Top