shawnwmorris
Programmer
I have built an EXE that will pull some data and put the data into some text boxes. I use this small exe to help make changes where I need to by updating some tables on my own, then recheck the values. The problem I am encountering is that when I update the tables and check the exe again the old data is still present.
If I close the exe and reopen it I still get the old data.
If I attempt to modify the form in the IDE and run the form there the new values are posted to the textboxes as they should be.
IT has been suggested that I have more than one copy of the tables but have ensured that this isn't true.
If I close the exe and reopen it I still get the old data.
If I attempt to modify the form in the IDE and run the form there the new values are posted to the textboxes as they should be.
IT has been suggested that I have more than one copy of the tables but have ensured that this isn't true.