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. 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

    My problem occurs when I already have a greek symbol already from a database. When I try to add another greek symbol to the existing data, it gives me | in place of the old symbol. The problem occurs when I am passing the contents of the text box to the function, how do I preserve it so that...
  11. tempoman

    Form - Multiple buttons - Which one pressed?

    Try this: <form name=&quot;update&quot;> <INPUT TYPE=&quot;button1&quot; NAME=&quot;perform&quot; ONCLICK='document.update.whichbutton.value=1;document.update.submit()' value=&quot;Button1&quot;> <INPUT TYPE=&quot;button2&quot; NAME=&quot;perform&quot...
  12. 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...
  13. tempoman

    Greek Symbols

    Thanx for the link it works like a charm. Richard
  14. 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
  15. 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...
  16. 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...
  17. tempoman

    Referencing Javascript variables in Coldfusion

    Yes the alert() is just to see if I can pass the variable. I would like an existing list on the same page to be populated depending on what the user has select on the previous list. Thanx for you help Richard
  18. 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...
  19. 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) {...
  20. tempoman

    Coldfusion decrypt

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

Part and Inventory Search

Back
Top