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...
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...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.