Harry_Clipper
Programmer
(At first: Sorry for my english)
Hello All,
I have a problem with numeric textboxes.
(I have to reprogramm a whole VB6 Programm (>250K lines) in VFP 9. I wrote an Converter for this and it worked really good)
So, now my Problem:
On a form there are 27 textboxes with numeric values in it and some of it have to Change on some of the Digits.
for example:
4788.35 is the Initial value
I want to Change the 2nd digit :
4888.35
So, I select the "7" overtype it with "8" and press ENTER. (the TextBox shows 4888.35 till I press ENTER)
then the TextBox.value changed to 48.00
When I do the same with TAB all ist fine. BUT I must use ENTER or I have to Change it in the whole Programm.
This happens even when it is an "normal" numeric TextBox with no controlsource, etc.
It does not happen when the TextBox has a Character value, but I must have it numeric....
Did someone knows a Workaround or can otherwise help me?
thnx
Harald
Hello All,
I have a problem with numeric textboxes.
(I have to reprogramm a whole VB6 Programm (>250K lines) in VFP 9. I wrote an Converter for this and it worked really good)
So, now my Problem:
On a form there are 27 textboxes with numeric values in it and some of it have to Change on some of the Digits.
for example:
4788.35 is the Initial value
I want to Change the 2nd digit :
4888.35
So, I select the "7" overtype it with "8" and press ENTER. (the TextBox shows 4888.35 till I press ENTER)
then the TextBox.value changed to 48.00
When I do the same with TAB all ist fine. BUT I must use ENTER or I have to Change it in the whole Programm.
This happens even when it is an "normal" numeric TextBox with no controlsource, etc.
It does not happen when the TextBox has a Character value, but I must have it numeric....
Did someone knows a Workaround or can otherwise help me?
thnx
Harald