On my form, I created an object using the 'tab control' button. I have a number of fields on the 6 different tabs that I have created.
The problem is when I switch from tab to tab, I seem to get left over lines on the screen from the previous tab. If I click back and forth from the different tabs, it doesn't clear up all of the white space.
I tried putting a refresh on the properties of each tab itself, but that doesn't seem to help. I put it on the 'on click' event, however the way it is functioning, is you have to click the white area for the lines to go away.
I would like to find a way to have the lines clear out automatically when the user clicks from tab to tab.
The problem is when I switch from tab to tab, I seem to get left over lines on the screen from the previous tab. If I click back and forth from the different tabs, it doesn't clear up all of the white space.
I tried putting a refresh on the properties of each tab itself, but that doesn't seem to help. I put it on the 'on click' event, however the way it is functioning, is you have to click the white area for the lines to go away.
I would like to find a way to have the lines clear out automatically when the user clicks from tab to tab.