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 Wanet Telecoms Ltd 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: nk9100
  • Content: Threads
  • Order by date
  1. nk9100

    UPS Systems

    Hi, I am running a SBS 2003 server, and it is hooked up to a UPS, the trouble is, is that during powercuts, the network switches go down, (the supply the broadband conn.), so I am wondering if there is any way I could hook them up to the UPS to prevent this happening? Thanks in advance Life is...
  2. nk9100

    Checkboxes

    After reading the FAQs, they specifically relate to a series of checkboxes which have the same group name, I am wonering how I might get the value of the checkbox from the DB, and get the box to be checked. I tried an If Statement, which didnt work... <% If...
  3. nk9100

    Database issues

    I hope this is the correct forum I have a whole series of If statements, which dependant on the value of the db, displays whatever the if statement says, however my problems starts whe I have a default text on the field, it is changing to the value of -1 for no apparant reason, does anyone have...
  4. nk9100

    yet another deselect a radio button

    I have the following code, which I want the user to be able to unselect the radio, or click on a text link to 'Clear all', what is the best way of doing this please? <table border="0" cellspacing="1" width="97%" id="table5"> <tr> <td width="9%" align="center"><font face="Arial">...
  5. nk9100

    Number only in a data entry box

    Hi, there is probably already an FAQ for this... but I am after some code to ensure that only digits are entered into a box... any ideas? Life is a journey that always ends up in the same place
  6. nk9100

    Showing a radio button selected if value=&quot;whatever&quot;

    Hi, I am after some code, which i have seen on here somewhere, to allow me to display which ever radio button should be selected according to the value in the DB, Can anyone help? Life is a journey that always ends up in the same place
  7. nk9100

    forcing a new line with a text box

    Hi, I am creating a survey site, and once the participant has entered the text in a text box, they can then go to the main menu to 'view your entry', which I want to be a printer friendly version of what they have entered, the problem is, is that when the text is selected from the db, it is...
  8. nk9100

    redirect user based on which db their details are in

    Hi, I have the following code for a user to login, I would like to change this to allow them, (once they have entered their email and password on the previous page) to be redirected, based on whether their email and password details are in db1 or db2. Is this possible? (the current redirect can...
  9. nk9100

    Retrieve data from multiple tables in Access

    Hi, Probably a simple question, I want to get data from 5 tables to show all the data from them on the same page. I use E_Mail as a request.Querystring as the lookup, and that E_Mail 'key', is in each of the tables. What is the best way of doing this? Cheers Richard Life is a journey that...
  10. nk9100

    Maximum number of Conns through SBS 2003

    Hi, I have developed an ASP site to act as a survey, which is backed up by an Access DB, the site will launch Monday, 9am, with approx 150 people that will be accessing the site! I know that Access cant support that number and demand, however, by boss wanted it this way. Can you tell me what my...
  11. nk9100

    return the user to a part completed page

    Hi, I am creating a survey site for a client, and I am wondering if you may have a clue about how to enable them to return to a page which the questions have not been completed? I have a login etc, there are four pages, with data submitted after each page, any ideas? Life is a journey that...
  12. nk9100

    Host a domain name on my server

    Good Morning, I am new too all of this, but - I have bought a domain name, and I want to host the name itself on my SBS2003 server, we have a fixed IP address, a couple of sites running already, but I want the domain name to go to a specific site, without the charges from the seller! Where do...
  13. nk9100

    569 No Data

    Good Morning, (I hope I have the right forum for this by the way, apologies if I havent) I have a client using AOL browser, (dont know which version), and when he clicks on the link in the main menu for his account only it comes up with the error message 569 No Data This Web page could not be...
  14. nk9100

    Make a graph

    I am wondering if it would be possible to make a graph dependant on values in a DB and display that for each user?, so If I have 0,1,2,3 in a DB, and the graph is displayed either by clicking a button, or loaded onto the page directly, is it difficult? Life is a journey that always ends up in...
  15. nk9100

    05-20-23-00-0403 Invalid Command

    I have having the following error with my Seagate drive and BackUp Exec The Device recieved an invalid command: Ref.05-20-23-00- 0403 Has anyone else experienced this? It just wont work since I put a 20/10Gb tape in, I have tried two different tapes, and it aint having it! Help would be...
  16. nk9100

    Send certain users to one page..others to another

    Good Morning, I am wanting to send users who have a certain email address to one page, and everyone else to another. I am using the following script to process the login, so i think I need a loop to flush out the users. So everyone who has '@blueresourcing.com' in their UID, gets sent to...
  17. nk9100

    '80004005' Could not find installable ISAM.

    I am getting this error from the include file below: Any ideas? Have searched the forum, but nothing was really applicable Microsoft JET Database Engine error '80004005' Could not find installable ISAM. /register/pass/includes/connection.asp, line 8 Line 8 is marked with *******...
  18. nk9100

    Displaying as a radio (rsCheckUser)

    Hi, I have an input page of a large series of radio buttons, this inputs either 0,1,2 or 3 to the Db (Access), I am wondering how I can display this 0,1,2,3 back as a radio so it is then updateable? I have seen a post which did this on here before, but have searched to no avail. Can anyone...
  19. nk9100

    Deleting data from 2/4 tables

    Hi, I have searched for this, but I am wanting some quick advice... Although messy, what is wrong with having a response.redirect at the end of each page to forward the browser instantly in order to delete records from a number of tables? Cheers Richard Life is a journey that always ends...
  20. nk9100

    rsCheckuser display as password

    Hi, I am using <%= rsCheckUser("fieldname") %> to disply the data, if I were to display a password field, how would I convert it to just display the dots that hide the PWord. Any advice? <td width="841" height="13" bgcolor="#E9E9E9" colspan="2" align="left"> <font size="3" face="Arial...

Part and Inventory Search

Back
Top