I'm a Delphi 6 user.
Can I view the content of a memo file inside a DBGrid (not a "MEMO" note)? For example a list with the name, phone numbers and address of my customers:
NAME PHONE ADDRESS
1. George S. 258-5278 My address here.
2. Peter R. 589-9856 My address here
Can I view this record in two lines of the grid?. Example
NAME PHONE
1. George S. 258-5278
My address here.
2. Peter R. 589-9856
My address here
Thanks
Can I view the content of a memo file inside a DBGrid (not a "MEMO" note)? For example a list with the name, phone numbers and address of my customers:
NAME PHONE ADDRESS
1. George S. 258-5278 My address here.
2. Peter R. 589-9856 My address here
Can I view this record in two lines of the grid?. Example
NAME PHONE
1. George S. 258-5278
My address here.
2. Peter R. 589-9856
My address here
Thanks