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 SkipVought 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: *

  1. redcare

    Problem with Date and Time Function

    Hi I am new to Javascript and I'm trying to build a web page using Google maps that changes the date and time on the clock that's displayed on the page when ever you change time zones. Any help will be much appreciated. Here is the code I have at the moment: <!DOCTYPE html PUBLIC "-//W3C//DTD...
  2. redcare

    Opening multiple DOS boxes when running script

    No thats the entire code. But the weird thing is when I moved the file to another directory on my pc it worked ok. If I put it back in the original directory where I created it same old problem. So who knows. Anyway thanks for the reply.
  3. redcare

    Opening multiple DOS boxes when running script

    Hi I'm new to vb scripting and what I'm trying to do is reboot a remote machine with a script and at the same time the server is reloading the script will bring up a running dos ping command. Unfortunatley whenever i try running this script it brings up multiple dos boxes and freezes my pc...
  4. redcare

    Error: You tried to assign the Null value to a variable that is not a

    This is the error message I get I hope its of help? You tried to assign the Null value to a variable that is not a Variant data type. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error...
  5. redcare

    Error: You tried to assign the Null value to a variable that is not a

    Hi I keep getting the following error: Error: You tried to assign the Null value to a variable that is not a Variant data type When trying to insert a new record into an Access 2003 Database using the Details View tool. I have tried using a seperate entry page as well as adding the insert...
  6. redcare

    Unable to update field

    Hi I hope somebody can help me. I am trying to get a text field to update with new information, but it is not holding what I put in. The syntax I am using is: <% If ServerName <> "" Then sql = "SELECT " & _ "Products.Information, " & _ "FROM Products WHERE (Products.Name_of_server = '" &...
  7. redcare

    How to log username who has updated a record.

    Hi I hope somebody can help me Iam reasonably new to Dreamweaver. I use a web interface to connect to a Sql database. Iam trying to log details whenever anybody changes any information in the fields in the database. I have a last_updated field which updates with the new date whenever any...
  8. redcare

    How to display users name when user is logged in

    Sorry I meant to post this as a question. Many apologies.
  9. redcare

    How to display users name when user is logged in

    Hi I hope somebody can help me Iam reasonably new to Dreamweaver. I use a web interface to connect to a Sql database. Iam trying to log details whenever anybody changes any information in the fields in the database. I have a last_updated field which updates with the new date whenever any...
  10. redcare

    Unable to change Home page in IE 6

    Thanks Linney that has done the trick.
  11. redcare

    Unable to change Home page in IE 6

    Hi I hope somebody can help me. I have Windows XP professional installed on my machine. I cannot change my Internet Explorer home page. When I go through tools/options and set my home page to say ntlworld.com it will hold the setting until I reboot my pc, when it always reverts to...
  12. redcare

    HyperLink problem

    Hi Iam new to Dreamweaver and I'm hoping somebody can advise me. I have a SQL 2000 database with a web page front end using asp pages. This database holds alot of information on particular servers that are supported. What Iam trying to do is when you open a particular record for a particular...
  13. redcare

    Downloading from an asp page to a csv file.

    Hi I have a database that carries out searches through 4 different drop down boxes and displays the results on a web page. I would like if possible to have the option to view the results on the web page as present or to down load the results to a csv file. Is this possible. Any help will be...
  14. redcare

    Select multiple search criteria + download to Excel Spreadsheet

    Hi I currently have a list of servers on my database that I can download onto an Excel spreadsheet. The code is as follows: ============================== <% Dim oRS ' Script generates CSV file for procurement scorecards Response.Buffer = TRUE Response.ContentType =...
  15. redcare

    Problem binding my DataGrid

    Thanks for your reply. I was thinking along the same lines as well. What I have done after mailing this question is: 1. I deleted the connection I had in VB.Net to my SQL server and then reconnected, this didn't work straight away. 2. Then I took out all references to my SQL server in IIS...
  16. redcare

    Problem binding my DataGrid

    Hi I am trying to bind data in my SQL database to a datagrid in MS Visual Basic.net on my local machine I have set up the connection ok and if I run Data\Preview Data, in MS Visual Basic.net I can see the expected fields and colums no problem. However when I build and browse the web page I get...
  17. redcare

    Exporting data from SQL 2000 database

    Hi Iam trying to export data into a spreadsheet from my browser window. The code I have got only allows me to output certain fields. Is there a way to dynamically input the fields I want to export when I click on the button.e.g by bringing up an input window. I am using the following code...
  18. redcare

    Exporting Data from SQL 2000

    Oops posted to the wrong forum Sorry about that.
  19. redcare

    Exporting Data from SQL 2000

    Hi Please help a novice with SQL 2000. Iam trying to export data into a spreadsheet from my browser window. The code I have got only allows me to output certain fields. Is there a way to dynamically input the fields I want to export when I click on the button.e.g by bringing up an input window...
  20. redcare

    Adding records from one table into another.

    Excellent, that worked a treat. Thanks very much.

Part and Inventory Search

Back
Top