How to Display Concatenated Fields in a Text Box
Article ID: 138999
Article Last Modified on 2/11/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q138999
SUMMARY
A text box on a form can display concatenated values from multiple fields.
This can be accomplished by putting an expression in the Refresh method of
the text box. Both the ControlSource and Value properties of the text box
should be left blank and the ReadOnly property should be set to True (.T.).
Additional query words: VFoxWin
Keywords: KB138999