Forum Discussion
Try using
aqConvert.StrToInt(your table value here)
or
aqConvert.StrToFloat(your table value here)
to make sure that the value being inserted with Keys is actually a number
- renatoveronese10 years agoNew Contributor
@Marsha_R
I tried to insert this code in my function, but don't it works.
The Test Complete don't insert any number when i add this convert.
- Marsha_R10 years ago
Champion Level 3
If you put a Pause on the Keys line, can you see what the double click has done? Has it actually selected all the text in the field?
- renatoveronese10 years agoNew Contributor
@Marsha_R
When i put on break point in the key line, the double click select the actual price of the textbox (0,00) the pattern.
But in the key of insert the value (5), the test complete insert the value 0,05, not 5..
The double click has the way i've found to " delete" the actual value in the textbox (0.00) and insert one new ( 5 ) , but this do not work...