i just saw something strange. I've made a recordset that checks if the settings in the settingtbl are correct, if not it has to say which settings are incorrect and the value that is in it at the moment. (make string)
when the msgbox shows up and there are more then ten incorrect settings it just stops writing in the middle of that line.
I think the msgbox is out of characters, limited to 255 or something, cause in debugging, the string is showed correct with all the lines. And when i delete the first letter in the msgbox, a next letter of the string gets printed in the msgbox.
Is there something i can do to let it show more characters.
When i have to use a form for this i can not set the height correct cause the string is dynamic. :s
when the msgbox shows up and there are more then ten incorrect settings it just stops writing in the middle of that line.
I think the msgbox is out of characters, limited to 255 or something, cause in debugging, the string is showed correct with all the lines. And when i delete the first letter in the msgbox, a next letter of the string gets printed in the msgbox.
Is there something i can do to let it show more characters.
When i have to use a form for this i can not set the height correct cause the string is dynamic. :s