03-20-2018
06:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-20-2018
06:53 AM
did you moved
oForm.Auswahl.Visible = True
to the end of filling text boxes ?
And checked it after noticing wrong iprops ?
i think it should work if you unselect and select (because your code runs on onselect event) it again if you don't have any errors,
one more thing... i use on error resume next instead of try catch, you only must be careful when using if statements...