Page 1 of 1

ERROR XBROWSE AL USAR MERGEVERT

PostPosted: Tue Aug 22, 2023 6:36 pm
by elmoiquique
Al usar el lmergevert me da este problema en la pantalla, solo se corrige dandole un click, se reordena todo,,, se podra solucionar este problema

Image

Re: ERROR XBROWSE AL USAR MERGEVERT

PostPosted: Tue Aug 22, 2023 6:56 pm
by Antonio Linares
No se ven las imágenes

Re: ERROR XBROWSE AL USAR MERGEVERT

PostPosted: Fri Aug 25, 2023 2:34 am
by nageswaragunupudi
We can help you better if you can provide a sample code using any of the tables in fwh\samples folder

Re: ERROR XBROWSE AL USAR MERGEVERT

PostPosted: Fri Aug 25, 2023 2:42 am
by nageswaragunupudi
Here is a working sample
Code: Select all  Expand view
  USE CUSTOMER NEW SHARED VIA "DBFCDX"
   SET ORDER TO TAG STATE
   GO TOP
   XBROWSER "CUSTOMER" COLUMNS "STATE","CITY","FIRST" SETUP (;
      oBrw:State:lMergeVert := .t. )
 


Image

Re: ERROR XBROWSE AL USAR MERGEVERT

PostPosted: Fri Aug 25, 2023 4:47 am
by albeiroval
Mr Rao, very good example.

Can I use this code with TDolphin ?

Re: ERROR XBROWSE AL USAR MERGEVERT

PostPosted: Fri Aug 25, 2023 5:21 am
by Carles
Rao,

Really spectacular the simplicity of the code.

C.

Re: ERROR XBROWSE AL USAR MERGEVERT

PostPosted: Fri Aug 25, 2023 10:30 am
by nageswaragunupudi
albeiroval wrote:Mr Rao, very good example.

Can I use this code with TDolphin ?


Any data source.
Please make sure that the data is sorted by the first column.