O
olivier.dunemann
Guest
I believe you have to change the format of the field (rather than the browse's column) before the column is dynamically added to the browse (using ADD-LIKE-COLUMN). Something like: ASSIGN BUFFER ttClientNombre:BUFFER-FIELD("RFC"):FORMAT = "X(15)" BUFFER ttClientNombre:BUFFER-FIELD("Cliente"):FORMAT = "X(16)".
Continue reading...
Continue reading...