I've read the help and several postings on here but I cannot find an example of the following.
I want to use DECS to support live data between Domino and an AS/400 - got it all configured, works like a charm. Unless I start to do data manipulation:
i.e.
Source (As/400)
DATAA
DATAB
Destination (Domino)
DATAC = "DATAA"-"DATAB"
Whats wrong with FIELD DATAC:=(DATAA & "-" & DATAB)? or @SetField(DATAC;DATAA & "-" & DATAB);
So to sumarise in case I've got completely the wrong end of the stick (as often happens!) On our AS/400 we have two fields DATAA and DATAB; on the Domino database I want to concatenate these two fields into one field DATAC seperated with a hyphen.... and have this process work both ways.
Can it be done with DECS? What should be pre- and what should be post-?
C>

