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

    control array question

    OK...so now i know how to determine whether or not the txtText(i).text is null or not... but the loop still doesnt work right.... its just filling in every textbox in the control array with the same data.... what i need is a way to loop ONLY if the data isnt copied on the first try... in other...
  2. LuckyNate

    control array question

    hi there...it's me again with another question.... I am using a control array of textboxes to enter data which is imported from another form... What I need is basically a way to test for a null value in txtText(index) if null i need to copy the data from each field into each txtText(index) with...
  3. LuckyNate

    DagNabbit!!! why wont this string show in my textbox?

    great gravy...that is a snazzy solution! you guys have been Super helpful thanks a lot im sure ill hit a bunch more stepping stones in this....my first real application for a real business LOL p.s. I do program in c and in c++ and yeah i am familiar...LOL thanks a lot
  4. LuckyNate

    DagNabbit!!! why wont this string show in my textbox?

    LOL i cant believe what the problem was..... check it out, as i was stepping through i noticed that when i referenced frmMainForm in my code, it was calling form.load each time(innapproriately I might add) so i started looking at my code more closely... check out this line of code set...
  5. LuckyNate

    DagNabbit!!! why wont this string show in my textbox?

    I declared the Public string variables in the main module (modMain) in the general declarations section. the reason i declared these public strings there is because these values need to persist within the variables for other functionality that will be added later on...im trying to keep the...
  6. LuckyNate

    DagNabbit!!! why wont this string show in my textbox?

    i have a question that needs answering, and i think this might be just the place...... I'm using a form w/ blank textboxes, (frmMainForm)...and a dataform(frmAutos) that shows data from an access database and also contains a "Select" button (cmdSelect) clicking on any of the textboxes...

Part and Inventory Search

Back
Top