Search results for query: *

  1. I

    SQL Server Install Problems

    I got this far... but im still stumped http://support.microsoft.com/?kbid=872905 has the information needed to get past the SA password problem, you goto the directory of the setup.exe in the cmd prompt, and type in the string listed in the link above. Asside from that i dont know how to...
  2. I

    SQL Server Install Problems

    Hello Im trying to install Microsoft SQL Server Desktop Engine and when i do it says, "A strong SA Password is required for security reasons. Please use SAPWD switch to supply the same. Refer to readme for more details. Setup will now exit. I have read all over and found things that say to use...
  3. I

    Calculations?? Where to start?

    Im very new to this and im trying to write a program that will run some calculations for me. I want to have "x" number of sections to each project, and each section has "y" number of segments. The forulas are all the same, i just need to be able to adjust the number of "x" sections in...
  4. I

    Make "Enter" Key respond like TAB?

    I have several input boxes that I have limited the keys to numbers, decimal, and enter, I would like to have the cursor move to the "next" input box when enter is pressed? Any help would be greatly appreciated.
  5. I

    Only accept numerals in imput???

    Or maybe thats not even what i need to do, Maybe you can help me with a better direction. I need to have X sets number of inputs, (user driven) and for each set of inputs I have the same formulas to run across each of them. Any Suggestions would be greatly appreciated.
  6. I

    Only accept numerals in imput???

    Mabey this will help im trying to have textbox inputs that will send input values to a dynamic array, so really I just need to validate that the input can be used in a mathmatical equation before its sent to the array. Again im new at this so im not sure if im explaining it correcly, thanks
  7. I

    Only accept numerals in imput???

    Im really new at this so thanks for your help. I tried that and that does not allow the use of a decimal or leave the ability to "backspace" in the cell. Any other suggestions? Again thanks for your help.
  8. I

    Only accept numerals in imput???

    Im trying to make a set of text box inputs perform calculations, How can I return a msgbox "invalid input" or something of that sort when numerals or symbols are input inplace of a valid number?
Back
Top