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 bkrike 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 acewilli

  1. acewilli

    Forward and Backward button on table

    By the way, what earlier comment did I ignore? The link that you gave me? I just went back after you said that and did not see an earlier comment except for the one below. onpnt (Programmer) 14 Sep 06 8:09 Paging Recordset General FAQ FAQ333-2924 5 steps to asking a question FAQ333-3811...
  2. acewilli

    Forward and Backward button on table

    And yes....it was the same guy that quit that I was working on his junk back in August as well. I'll get it cleaned up and come back later. This isn't even my job...since he quit I'm the only one that will even attempt to mess with this junk.
  3. acewilli

    Forward and Backward button on table

    Matter of fact....I'll just get it all cleaned up and then revisit all of this later. I knew I should have done it sooner but I was being pushed to get some new features added to it. I'll just go through and clean it up as it should be. Thanks again. If I see the guy that was hit by the bus I'll...
  4. acewilli

    Forward and Backward button on table

    onpnt, thank you for the tips. I have not mentioned that I am very new to this and this was done by another person and I am just trying to maintain it and make things work that were not made to work by the original programmer. I would really like to clean it up and your tips will definitely help...
  5. acewilli

    Hide button after it is clicked

    onpnt, thank you for straightening me out my use of i. I knew that I had done it wrong and that there was way to many lines of code. You suggestion has helped tremendously. Thank you. theniteowl, I will see if I can use this. I need to hide the button when it is clicked and then reappear at the...
  6. acewilli

    Read Bytes Method?

    I'll give it a try and see which one will work best for what I need it to do. Thanks again.
  7. acewilli

    Random Number Generation

    Gotcha...thanks again.
  8. acewilli

    Forward and Backward button on table

    Okay...here is what I got to work. <!-- #includes file="includes/dbconn.inc" --> <title>Comments for - Mr. Smith </title> <SCRIPT LANGUAGE=javascript> <!-- function Check() { if(document.form1.TextToSearch.value == 0) { document.form1.TextToSearch.focus(); return false; } }...
  9. acewilli

    Random Number Generation

    Thank you...I believe your comment will help others as well that are new to vbscript. Star for you. Is it my statements like below that I would need to dim the variables? team1 and hat1 or only team1? set team1 =db.execute ("SELECT ttmopoints as hat1 from Home WHERE ID='1' ") Thanks again!
  10. acewilli

    Hide button after it is clicked

    No...the password isn't password...I changed up everything that was sensitive information. I didn't explain that either. Sorry. I'm not very good at this but I know better than to do something that crazy. ;-) Thanks, acewilli
  11. acewilli

    Hide button after it is clicked

    Sorry...I was referring to theniteowl's comments about using a control file. I should have specified whom I was speaking to. Sorry about that. Thanks, acewilli
  12. acewilli

    Forward and Backward button on table

    Yes...I figured it out after I submitted my comment. Sorry about that. They are pretty good. I am having a lot of trouble getting this to work. Is there not a way to create a drop down menu with each month listed and have the page pull the information from the database based on the month...
  13. acewilli

    Hide button after it is clicked

    I have a back-end script that runs at midnight on the 1st of each month to archive the information in the database for that month. I've posted it below and I know it is really long and probably not the best way to do it but it works well and accomplishes the task. Is there any way that I can use...
  14. acewilli

    Forward and Backward button on table

    onpnt, was I vague in my question or do you post the General FAQ and 5 steps to asking a question with all of your comments? I wanted to be sure as I rarely post questions in the ASP forum. I appreciate your guidance. Thanks, acewilli
  15. acewilli

    Read Bytes Method?

    Okay...so my way is slower than your suggestion? From what I read on the 4guysfromrolla it seemed as though this was a faster way. Let me ask this about the suggestions. Are you talking about the way I use the Shell cmd to search and create a new file or are you talking about the parsing of the...

Part and Inventory Search

Back
Top