P
Peter
Hello everyone,
So far I've managed to get a textbox updated when typing characters in
another textbox. Unfortunately, there are drawbacks that I can't get rid of.
Maybe someone can help me.
Textbox: tbNumber
This textbox is part of the source for the textbox that follows shortly.
When typing a number into tbNumber, I want that number to become visible in
the tbReference textbox with each character has just been typed.
Textbox: tbReference
The text in this textbox is a string variable consisting of a standard text
combined with a word that is put in the variable based on the selection of 1
of 2 option buttons and the number typed in tbNumber.
Things that work and things that do not (yet?) work:
When starting to type something into tbNumber the first character appears
only after the second one is typed.
Another thing that does not (yet?) work is pressing "backspace" to delete
the last character.
And choosing the other option does not cause immediate adjustment of the
string shown in tbReference.
Maybe someone knows how to handle this.
Greetings,
Peter
So far I've managed to get a textbox updated when typing characters in
another textbox. Unfortunately, there are drawbacks that I can't get rid of.
Maybe someone can help me.
Textbox: tbNumber
This textbox is part of the source for the textbox that follows shortly.
When typing a number into tbNumber, I want that number to become visible in
the tbReference textbox with each character has just been typed.
Textbox: tbReference
The text in this textbox is a string variable consisting of a standard text
combined with a word that is put in the variable based on the selection of 1
of 2 option buttons and the number typed in tbNumber.
Things that work and things that do not (yet?) work:
When starting to type something into tbNumber the first character appears
only after the second one is typed.
Another thing that does not (yet?) work is pressing "backspace" to delete
the last character.
And choosing the other option does not cause immediate adjustment of the
string shown in tbReference.
Maybe someone knows how to handle this.
Greetings,
Peter