Does anyone know why am I getting an error message: "C:\... is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides."
Another person built forms and backend database doing it in his own computer having his...
Can you help me solve this problem. When I try to register SQL Server it wouldn't work. When I right-click Microsoft SQL Server node I get window "Registered SQL Server Properties". On General tab I pick "local" server and "Use Windows NT authentication" or "Use SQL Server authentication" and I...
What should I do with my web site to be listed by a search engine like Google, Altavista or Hotbot.
I wrote this line <meta name="keywords" content="..."> inside the HTML <head> tag where I added inside the content quotation marks the keywords related to my site and my web...
What should I do with my web site to be listed by a search engine like Google, Altavista or Hotbot.
I wrote this line <meta name="keywords" content="..."> inside the HTML <head> tag where I added inside the content quotation marks the keywords related to my site and my web...
Does anyone know how to fix this bug which error message is showed below:
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
-----------------------------------------------------------
Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are...
Hi,
does anyone know how to get together DELETE and UPDATE buttons on one page. Actually, I can code them separately on two pages. So I must have a link for one of them to go to another page and to use the another button.
The form is being submitted by one button only to one unique page while...
Does anyone know how to retrieve information from database by selecting options from select box? This code works if I put value="John" which is of a string type. But when I put value="<%=rsUserInfo("usr_firstName")%>" it gives me type mismatch error. It seems that...
Does anyone know how to retrieve information from database by selecting options from select box. This code works if I put value="John" instead of<%=rsUserInfo("usr_firstName")%> as option value.
I actually need to fit this code to the application which will email the content...
Can anyone help me how to assign option from SELECT box
by onChange event when I click on any item in the select box and want it to appear on the TEXTAREA at the and of the existing text.
For example:
when I type:
Dear Mr.
and click on the SELECT box to pick some option like in this case...
Can anyone tell me if there is any chance to validate fields that are in a for-next loop. I tried to validate them by this line of code:
function validateUser() {
if (document.rfqForm.description.value=="")
...
document.rfqForm.submit(form);
}
...
<input...
Does anyone know how to write combo data
into the database when updating the recordset?
For example:
After adding new record the combo data are being written to the table. But, when I try to update an existing record, every field updates normally except combobox.
When I tested it, I found out...
Does anyone know how to write the code for the VB class module that will print reports. Data will be retrieved from recordset, and other arguments will be as first and last record on the printouts not inside the recordset itself.
For example...
Does anyone know how to write the ASP code inside the asp page that contains all form elements in order to send the form content.
Actually, I made it in two asp pages by action="desiredform.asp" and submit button. But I want to do the same writing code in just one asp page. On button...
Does anyone know how I can make the browse button browsing for files. Desired to be in VB. It seems that I should have a browse object. I couldn't find it in the MSDN library.
Does anyone know how I can make the browse button browsing for files. Desired to be in VB. It seems that I should have a browse object. I couldn't find it in the MSDN library.
Does anyone know how to write the code for calling VB class inside the ASP code. I need it for sending E-mail from the client side web page. The button will pass the form to the ASP code on server side and there should invoke the VB class that calls E-mail objects. I have already the class...
Does anyone know how to write the code for calling VB class inside the ASP code. I need it for sending E-mail from the client side web page. The button will pass the form to the ASP code on server side and there should invoke the VB class that calls E-mail objects. I have already the class...
Does anyone know how to connect VB application with Access database. I did everything: declared connections, set the new connections, wrote the With...End With code for the connection, but it was not possible to do connection. Message appears that "Cannot find installable ISAM". I even...
If you have some 150 records in a database table and want to do calculations of the groups of records. For example 4 records per each group and to calculate averages for each group. Then, you should get 150 / 4 = 37. That 37 new records with remaining 2 records should be grouped and calculated...
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.