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

    Outlook 2000 Custom Rule Help

    Not sure if this the right Forum to post this. I am trying to sent up a rule for my email address. What I want is that if I recieve any email from one address it is automatically redirected to the the second address. The problem is I want to see the message intact, including all the...
  2. tempoman

    Password Containing Hash

    I am having trouble with user passwords containing Hash e.g. Son#1 and comparing with those in a database. It seems to only compare Son as it sees the next hash as end of the string. <cfquery name=&quot;username_query&quot; datasource=&quot;nitrogen&quot;> Select * From User Where...
  3. tempoman

    MDAC Package

    If I am creating a Windows Form, and planning to run it on other machines as well. Do I still need to install the ODBC .NET Provider Drivers and MDAC 2.7 to access the database values? Thanx Richard
  4. tempoman

    Access Database Help

    Could someone please look over this code and see what I am doing wrong? I can successfully connect to the database however if I true to Select the record that matches the Surname a user enters from the database it returns an error: ---------------------------- &quot;An unhandled exception of...
  5. tempoman

    Newbie: Main Menu

    I am designing an application with a Menu on the top of the form. However is there a way to load subforms inside this form when someone chooses different options in the menu items. Or do I have to hide and unhide corresponding form items on each option? Hope this is clear Richard
  6. tempoman

    Limiting Database Query For UserName

    Can someone help a newbie in Visual Basic .NET. I currently have a form which checks to see if the username is present in the database and if so checks the password. I am using the Data Adapter Configuration Wizard to access the database. However I can't see to be able to access the form...
  7. tempoman

    Inserting Spaces in strings

    Could someone help me, I am outputting some data into different table cells, however some of the data are quite long and cannot fit onto the printed copy. I have tried to resize the width of each cell so that it fits the page, however some on text does not contain any spaces and therefore does...
  8. tempoman

    Connection to Access Database

    I am a newbie to Visual Basic .NET and would like to know the code to connect to a access 2000 database. Thank You Richard
  9. tempoman

    Parent Window Refresh

    I need help with updating data on the parent page. Currently the user clicks on a area in a box (screen a) and would like to edit it. When it is clicked contents window pops up (screen b). The user can now edit the contents of the box and click insert record. This works fine however I need to...
  10. tempoman

    Preserving Symbols in Text Box

    Could someone please help on my javascript. I have a page that allows someone to enter the contents of a box into a text box. The complicated thing is that it allows people to enter the greek symbols alpha, beta and gamma, which can appear anywhere in the text. I currently have 3 submit boxes...
  11. tempoman

    Greek Symbols

    I am trying to store and 5 greek symbols (alpha, gamma, beta, delta, pi) in a database and with coldfusion. Does anyone have any suggestions to do this. The user can specify anywhere in the text to put the symbols. e.g. beta-pymnol-alpha-beta-nimna Thanks heaps Richard
  12. tempoman

    Automatic Refresh of New Window

    Can someone help me with my problem. I have a form which is opened as a new window for people to submit new details. People can then close the window after it has been update. My problem is that if they click to update these fields again, the new values are not updated in the new window with a...
  13. tempoman

    Automatic Update of New Window

    Can someone help me with my problem. I have a form which is opened as a new window for people to submit new details. People can then close the window after it has been update. My problem is that if they click to update these fields again, the new values are not updated in the new window, you...
  14. tempoman

    Referencing Javascript variables in Coldfusion

    I am trying to pass the value from one drop down box to populate the second box using cfquerys. for example if I select Land Vechicles in 1st list it will allow me to select land vehicles only in the 2nd list. Can this be done? Here is an example of my code: <SCRIPT...
  15. tempoman

    Forms in Javascript 4.7

    I am trying to add the total for some drop down list but am having trouble referencing the value, I just keep on getting a value. The code however works perfectly in IE and Netscape 6. Here is my code: <javascript> function PriceUpdate(whichbox) { with (whichbox.form) {...
  16. tempoman

    Coldfusion decrypt

    Could anyone tell me what the function coldfusion &quot;decrypt&quot; returns if there is an error? Thanx Richard
  17. tempoman

    Error Message ODBC Microsoft Access 97 Driver] Too many client tasks.

    I have the following error messgae: Microsoft OLE DB Provider for ODBC Drivers error '8007000e' [Microsoft][ODBC Microsoft Access 97 Driver] Too many client tasks. /nhrmc/getpub.asp, line 155 It seems to mean no more records can be returned. Is there a way to increase the number of...
  18. tempoman

    Comparing Numbers doesn't seem to work

    Can someone suggest any solution to this problem I am facing. I have two values that I would like to compare to see if they are the same. However when I use it in a &quot;if&quot; statement it does not equaluate to the same value, however printing it out on the screen displays it as being the...
  19. tempoman

    Many-to-Many Form and SubForm Help

    I have three tables. Called Author, PublicationRelation and Publication. The relationships are, (one-to-many) and (many-to-one) respectively. PublicationRelation has the foreign keys(AuthorID and PublicationID) Want I would like to do is to have a form based on the Publications table. When a...
  20. tempoman

    Problems Using SQL &quot;LIKE&quot;

    I am trying to compare a string value from form input with the a string in the database. However the sql Like does not seem to work. I have tried and tried but can't seem to create a match. Following is some of my code. Journal = Request.Form(&quot;journal&quot;) findpub = &quot;Select *...

Part and Inventory Search

Back
Top