Article ID: 143247
Article Last Modified on 9/30/2003
EDIT FIELDS field1, field2 :W = numwhen()
FUNCTION numwhen
KEYBOARD '{CTRL+A}'
NOTE: The CTRL+A or select all functionality will only work if the system
menu is active in the application or in Visual FoxPro.
KEYBOARD '{CTRL-A}'
The currency field behaves differently from the other fields. If the
currency field has 0.0000 as its value, the problem will not occur. If the
currency field already has data in it, the problem will occur. The
additional data is preappended to the current data. For example, if the
current data is 20.0000 and you want to change it to 30, the new value will
be 3020.0000 unless you use :W= to highlight the entire field.
USE SAMPLES\DATA\CUSTOMER EDIT
Additional query words: data corruption incorrect
Keywords: kbbug kbfix kbvfp500fix KB143247