Forum Discussion
YMinaev
Staff
15 years agoHi Nicklas,
Try using the Keys method in the following line:
C1NumericEdit.wText = "770,00"
It should look like this:
Call C1NumericEdit.Keys("770,00")
Does this help?
Try using the Keys method in the following line:
C1NumericEdit.wText = "770,00"
It should look like this:
Call C1NumericEdit.Keys("770,00")
Does this help?