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
ERROR XBROWSE AL USAR MERGEVERT
-
- Posts: 323
- Joined: Wed May 16, 2007 9:40 pm
- Location: Region de Ñuble, Chile
ERROR XBROWSE AL USAR MERGEVERT
Fivewin-Xharbour 24.09, Iquique, Chile
- Antonio Linares
- Site Admin
- Posts: 42273
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: ERROR XBROWSE AL USAR MERGEVERT
No se ven las imágenes
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: ERROR XBROWSE AL USAR MERGEVERT
We can help you better if you can provide a sample code using any of the tables in fwh\samples folder
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: ERROR XBROWSE AL USAR MERGEVERT
Here is a working sample
Code: Select all | Expand
USE CUSTOMER NEW SHARED VIA "DBFCDX"
SET ORDER TO TAG STATE
GO TOP
XBROWSER "CUSTOMER" COLUMNS "STATE","CITY","FIRST" SETUP (;
oBrw:State:lMergeVert := .t. )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- albeiroval
- Posts: 383
- Joined: Tue Oct 16, 2007 5:51 pm
- Location: Barquisimeto - Venezuela
Re: ERROR XBROWSE AL USAR MERGEVERT
Mr Rao, very good example.
Can I use this code with TDolphin ?
Can I use this code with TDolphin ?
Re: ERROR XBROWSE AL USAR MERGEVERT
Rao,
Really spectacular the simplicity of the code.
C.
Really spectacular the simplicity of the code.
C.
Salutacions, saludos, regards
"...programar es fácil, hacer programas es difícil..."
UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
"...programar es fácil, hacer programas es difícil..."
UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: ERROR XBROWSE AL USAR MERGEVERT
Any data source.albeiroval wrote:Mr Rao, very good example.
Can I use this code with TDolphin ?
Please make sure that the data is sorted by the first column.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India