XBrowser - Merger vertical
Posted: Fri Jan 05, 2024 1:13 am
Mr Rao,
Is it possible to do a horizontal merger (line)?
Att.,
Oliveiros Junior
Is it possible to do a horizontal merger (line)?
Att.,
Oliveiros Junior
www.FiveTechSoft.com
https://forums.fivetechsupport.com/
Code: Select all | Expand
XBROWSER "CUSTOMER.DBF" SETUP ( ;
oBrw:aCols[ 2 ]:bExtend := { |oCol| If( RECNO() % 2 == 0, 1, 0 ) }, ;
oBrw:aCols[ 2 ]:bEditValue := { |x,o| If( RECNO() % 2 == 0, ;
TRIM(FIELD->FIRST) + ", " + TRIM(FIELD->LAST), FIELD->FIRST ) } )