> Am I doing something wrong? Marc, I don't know if you're doing anything wrong, but you might find it faster if you use the "newer" programming construct GETPROPERTY TEXTVALUE. That will get the data directly out of the edit field.
RBTI_FORM_COLVALUE was great in its day, before we had the ability to directly interact with the properties of each control. It is, however, subject to certain unknowable (to us programmers) issues like "when is the information from the edit field put into the column value?". Try GETPROPERTY -- it's more flexible and you'll know exactly what to expect. -- Larry
