Pinchas
|
| Posted: 11/26/2002, 1:18 AM |
|
One way which I know is to define two fields V1 and V2 and join each one of them to show the desired field and after this to define a third virtual field V3 and in BeforeShow event
fldv3 = fldv1 & " " and fldv2
I think this is a complicated way, Is there a simple way to implement this issue?
|
|
|
 |
Tom
|
| Posted: 11/26/2002, 9:43 AM |
|
If you are using CCS, you can write a database expression for a field in the properties for the source type. Instead of db column, use db expression and put in your fldv1 & " " & fldv2
|
|
|
 |
|