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: wniatbms
  • Content: Threads
  • Order by date
  1. wniatbms

    How do I calculate someone's age from their Date of Birth?

    Good day. Let's say part of the registration process on my website includes your date of birth. I want to be able to show that users age. How do I do this? I am having the following problem: Lets say the users DOB is 15-Aug-1978. My first thought was to just subtract the DOB from the current...
  2. wniatbms

    Change the "enter" key to write "<br>"

    Good day How do I go about changing the value of the return or enter key when a user is typing in a 'textarea' on my form so that the return is display as <br> in the dbase? Thanking you in advance. William
  3. wniatbms

    How do I display a numeric value without it being chopped?

    Good day In my table I have a column containing values with 2 decimal places. These values could be: 180.00 1.63 1.00 0.84 0.10 When I retrieve them on a web page, they display as such: 180 1.63 1 0.84 0.1 I really need them to display as...
  4. wniatbms

    How do I synchronize my Access 2000 DB with the one online?

    Good day. I recently uploaded a MS Access 2000 Database to our webserver which has since collected a large number of records from visitors. I have made changes to the database and added tables to it. How do I upload the changes of the database to the online version without having to download...
  5. wniatbms

    Formatting &quot;June&quot; to &quot;Jun&quot;, &quot;August&quot; to &quot;Aug&

    Good day. I extract data from my DBase and I have managed to format the dates as "25-June-2004". How do I change the formatting to "25-Jun-2004"? I need to have all the month names three characters long. Thank you in advance.
  6. wniatbms

    How do I use javaScript in ASP?

    Good day. Part of my website has a registration page. I want to include a hidden input field that captures the screen resolution of the visitor and then store that value in my DBase. The javaScript code is as follows: <script language="javascript"> document.write ((screen.width) + ' by ' +...
  7. wniatbms

    Record duplicates when I insert

    Good day all I have to pages (.php) to insert data into a MySql DBase. The problem is that it duplicates each new record, ie., it puts the same record in twice. Here's the code: (the page that receives the form and inserts) <? $usernameWS=$_POST['wsUsername']...
  8. wniatbms

    FileSystemObject and IIS - not working to well.

    Good day master programmer Jedi's... I was just wondering if someone could help me with this little problem I'm experiencing. If I have an .asp page and part of it's functionality has to do with create an FSO, the system just hangs. I then have to close my browser window, stop the IIS, restart...
  9. wniatbms

    How do I extract the last inserted record.

    Good day. Let's say in a table there is a column "OrderInLine". On a form I want to display the very last number inserted in that column so the user (me) can input the next number. I'm using asp and an MS Access 2000 DBase. Thank you in advance. William.
  10. wniatbms

    That Date/Time thingy

    Good day to you all. To display the date like 24-May-2004 I use: <%Response.Write (Day(Date) & "-" & Monthname(Month(Date)) & "-" & Year(Date))%> Now if I have stored a date like that in my Access DBase, how do I retrieve it in that same format? Ie, the field name "myDate", if viewed in Access...
  11. wniatbms

    HTML & ASP in an Access Data Cell - HOW?

    Good day I have a few pages on my site that will extract their text content from a table in my Access DBase. The problem I'm having is that when I view the page in a browser, it does not show asp. Eg.: The title of this page is <%=objRS("pageTitle")%>, with ID <%=objRS("ID_webPage"). The...
  12. wniatbms

    MS Windows 2K and the Internet - not happenin'!

    Good day. I have Microsoft Windows 2000 Server installed on my laptop which is part of a LAN which connects to the outside world via an ISDN modem. However, all the terminals inside this LAN can connect to the internet, mine can't. I'm all ears for any process of elimination questions anyone...
  13. wniatbms

    Networking and Windows 2K Server - not working

    I have a windows 2000 server laptop (laptop9) on my LAN here at the office. There are 7 laptops on the LAN. Our default gateway is 200.0.0.1. For the life of me, I cannot see other computers on the network from laptop9 and other computers cannot see laptop9. Oh, and laptop9 is configured as a...

Part and Inventory Search

Back
Top