On Sep 22, 2006, at 9:37 AM, Michael Hawksworth wrote:
Anyone any ideas why it is truncating the value?
VFP will set the width of a calculated field to the first value it finds. If your first record is 10 characters, that column is set to 10 characters, no matter what the other calculations return. Try padding out the IIF() values to the longest possible return value.
-- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

