FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour allow row and col sizing swap
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
allow row and col sizing swap
Posted: Mon Jan 14, 2019 04:59 PM

on a xbrowse to block column I made
:lAllowRowSizing := .F.
:lAllowColSwapping := .F.
:lAllowColHiding := .F.

But I can resize the column why ? where is the error ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: allow row and col sizing swap
Posted: Tue Jan 15, 2019 03:31 AM

oBrw:aCols[n]:lAllowSizing := .F.

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: allow row and col sizing swap
Posted: Tue Jan 15, 2019 07:27 AM

thanks

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: allow row and col sizing swap
Posted: Tue Jan 15, 2019 09:37 AM
Application
===========
Path and name: C:\Work\Errori\test_ordine2\Servizi.Exe (32 bits)
Size: 4,158,976 bytes
Compiler version: Harbour 3.2.0dev (r1703231115)
FiveWin version: FWH 18.12
C compiler version: Borland/Embarcadero C++ 7.0 (32-bit)
Windows version: 6.2, Build 9200

Time from start: 0 hours 0 mins 0 secs
Error occurred at: 15-01-2019, 10:36:34
Error description: Error BASE/1005 Message not found: TXBROWSE:LALLOWSIZING

Stack Calls
===========
Called from: .\source\function\HARBOUR.PRG => _CLSSETERROR( 247 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:_LALLOWSIZING( 10805 )
Called from: Source\Servizi.prg => SERVIZI( 127 )
Called from: Source\Servizi.prg => MAIN( 30 )
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: allow row and col sizing swap
Posted: Tue Jan 15, 2019 10:44 AM

for n := 1 to len(oBrw:aCols)
oBrw:aCols[n]:lAllowSizing := .T.
next

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion