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!

Recent content by Legenocide

  1. Legenocide

    Problem with Option Values!!! (getting mad)

    Problem Solved! clientuser is the man
  2. Legenocide

    Problem with Option Values!!! (getting mad)

    i sent you my project, if you see any problems can you tell me about it
  3. Legenocide

    Problem with Option Values!!! (getting mad)

    actually its opttwotwo that's getting auto selected. i did a Ctrl + F and searched the entire code window and nothing has anything that would make the option button act the way it does. BTW i downloaded service pack 5 but it didn't seem to fix it.
  4. Legenocide

    Problem with Option Values!!! (getting mad)

    hmm, i searched the code again and if there is something that's causing it i can't find it. i went to another project and it worked fine, not to mention that the thing i am making is a trivia so question 1 works fine but when i go to question 2 the option button gets checked automatically... i...
  5. Legenocide

    Problem with Option Values!!! (getting mad)

    yea it is on false, i put the opttwothree.Value=false just to double make sure it wouldn't but selected but it is always defaulted when i access my project for some reason.
  6. Legenocide

    Problem with Option Values!!! (getting mad)

    Private Sub cmdtwo_Click() opttwoone.Visible = True opttwoone.Value = False opttwotwo.Value = False opttwothree.Value = False opttwofour.Value = False lblquestiontwo.Visible = True lblquestionone.Visible = False opttwotwo.Visible = True opttwothree.Visible =...
  7. Legenocide

    Problem with Option Values!!! (getting mad)

    This happens a lot and I don't know why, sometimes when I play my project the option buttons are already selected including all it's effects! The code is set on False Value so I know that can't be the problem, I know the code is correct. It also happens to my friend. Any help?

Part and Inventory Search

Back
Top