[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: was How To Modify Dynamic Browse Column Attributes

  • Thread starter Thread starter olivier.dunemann
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top