I'm trying to replace somme values from one database to another one(in empty cells).
I'm using the folowing code:
CLOSE ALL
USE d:\rom\int IN a
USE d:\rom\dbromex IN b
IF a.codu=b.cui
replace a.telm2 WITH b.tel2 FOR EMPTY(a.telm2)
ENDIF
But nothing happens.
What am I missing?
Thanks !
I'm using the folowing code:
CLOSE ALL
USE d:\rom\int IN a
USE d:\rom\dbromex IN b
IF a.codu=b.cui
replace a.telm2 WITH b.tel2 FOR EMPTY(a.telm2)
ENDIF
But nothing happens.
What am I missing?
Thanks !