Thanks Larry! Up to date have used PROPERTY a lot (and still learning) as of up to now I haven not used GETPROPERT, it sound like I will have to learn that as well! Thanks for a point in the future direction.
Gunnar Ekblad -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Lawrence Lustig Sent: den 15 februari 2005 16:47 To: RBG7-L Mailing List Subject: [RBG7-L] - Re: RBTI_FORM_COLVALUE > 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
