FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour no me funciona :nStretchCol := STRETCHCOL_LAST
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
no me funciona :nStretchCol := STRETCHCOL_LAST
Posted: Mon Jun 30, 2014 02:01 PM
Hola.
mi app arranca llamando a un método "general", en el que defino el xbrowse y utilizo
Code (fw): Select all Collapse
 :nStretchCol := STRETCHCOL_LAST

y funciona.

pero luego tengo que llamar a ese mismo xbrowse y cambiarle las columnas y datos y
Code (fw): Select all Collapse
  :nStretchCol := STRETCHCOL_LAST

ya no me funciona, si tomo la última columna (ejecutandose el programa) y la estilo un poquito y suelto
automaticamente pasa a funcionar el
Code (fw): Select all Collapse
 :nStretchCol := STRETCHCOL_LAST

pero sino... no me funciona.
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: no me funciona :nStretchCol := STRETCHCOL_LAST
Posted: Tue Jul 01, 2014 05:21 AM

We can advise if you let us know your FWH version and show your program. Preferably a self contained program which we can compile and build at our end.

Regards



G. N. Rao.

Hyderabad, India
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
Re: no me funciona :nStretchCol := STRETCHCOL_LAST
Posted: Tue Jul 01, 2014 12:52 PM
nageswaragunupudi wrote:We can advise if you let us know your FWH version and show your program. Preferably a self contained program which we can compile and build at our end.


I'll try.
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/

Continue the discussion