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...
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...
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...
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...
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...
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...
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 =...
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
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 =...
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...
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...
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 ...
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...
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...
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...
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 :-)
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.