Search found 59 matches: lallowcolswapping

Return to advanced search

Problema Xbrowse y Barras de Scroll

... := .t. oBrw:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrw:lRecordSelector := .f. oBrw:lColDividerComplete := .t. oBrw:lAllowRowSizing := .f. oBrw:lAllowColSwapping := .f. oBrw:lAllowColHiding := .f. oBrw:lRecordSelector := .f. oBrw:lHScroll := .t. oBrw:lVScroll := .f. oBrw:l2007 := .f. oBrw:lHeader ...
by jfafive
Sun Apr 13, 2008 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema Xbrowse y Barras de Scroll
Replies: 0
Views: 361

How to show OemToAnsi in xBrw. (when no Col's defined) ?

... := LINESTYLE_BLACK oBrw5:nRowDividerStyle := LINESTYLE_BLACK oBrw5:lColDividerComplete := .t. oBrw5:nHeaderLines := 1 oBrw5:nDataLines := 1 oBrw5:lAllowColSwapping := .t. oBrw5:SetRDD() lClrFlag:=.f. for nFor := 1 to len( oBrw5:aCols ) oCol := oBrw5:aCols[ nFor ] oBrw5:bSkip:={| nRecs | ( if(nRecs ...
by ukoenig
Sun Feb 17, 2008 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show OemToAnsi in xBrw. (when no Col's defined) ?
Replies: 0
Views: 504

Refresh vars in Office2007-Bar from MDI-Child ? => solved

... := LINESTYLE_BLACK oBrw5:nRowDividerStyle := LINESTYLE_BLACK oBrw5:lColDividerComplete := .t. oBrw5:nHeaderLines := 1 oBrw5:nDataLines := 1 oBrw5:lAllowColSwapping := .t. oBrw5:lOemToAnsi := lOemAnsi oBrw5:SetRDD() ......... ......... oBrw5:CreateFromResource( 110 ) // This Var has to be changed ...
by ukoenig
Fri Feb 01, 2008 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh vars in Office2007-Bar from MDI-Child ? => solved
Replies: 3
Views: 942

Problem with xBrowse in MDI-Childs

... := LINESTYLE_BLACK oBrw5:nRowDividerStyle := LINESTYLE_BLACK oBrw5:lColDividerComplete := .t. oBrw5:nHeaderLines := 1 oBrw5:nDataLines := 1 oBrw5:lAllowColSwapping := .t. oBrw5:lOemToAnsi := lOemAnsi // New OemToAnsi oBrw5:SetRDD() lClrFlag:=.f. for nFor := 1 to len( oBrw5:aCols ) // Error-Message ...
by ukoenig
Tue Jan 29, 2008 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse in MDI-Childs
Replies: 3
Views: 1147

Some changes in xBrowse, to read, edit a. write OemToAnsi

... := LINESTYLE_BLACK oBrw5:nRowDividerStyle := LINESTYLE_BLACK oBrw5:lColDividerComplete := .t. oBrw5:nHeaderLines := 1 oBrw5:nDataLines := 1 oBrw5:lAllowColSwapping := .t. // ---------------------------------------------- // ---------------------- NEW ----------------------- oBrw5:lOemToAnsi := ...
by ukoenig
Mon Jan 28, 2008 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some changes in xBrowse, to read, edit a. write OemToAnsi
Replies: 0
Views: 710

xBrowse Darstellg. => OemToAnsi ???

... := LINESTYLE_BLACK oBrw5:nRowDividerStyle := LINESTYLE_BLACK oBrw5:lColDividerComplete := .t. oBrw5:nHeaderLines := 1 oBrw5:nDataLines := 1 oBrw5:lAllowColSwapping := .t. oBrw5:SetRDD() lClrFlag:=.f. for nFor := 1 to len( oBrw5:aCols ) oCol := oBrw5:aCols[ nFor ] oBrw5:bSkip:={| nRecs | ; ( if(nRecs ...
by ukoenig
Fri Jan 25, 2008 2:19 pm
 
Forum: All products support
Topic: xBrowse Darstellg. => OemToAnsi ???
Replies: 0
Views: 1297

xBrowse, lAutoOrder and Colums swapping

Hi,
lAutoOrder runs only if lAllowColSwapping=.t..
If lAllowColSwapping=.f. the user can't select the column to order.

Is there any way to bypass this problem ? I want the lAutoOrder feature available without the ColSwapping feature enabled.

Any ideas?

Thanks,

Best Regards,

Marco Turco
by Marco Turco
Mon Nov 19, 2007 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse, lAutoOrder and Colums swapping
Replies: 1
Views: 447

... Isn't this called by HeaderLButtonDown? METHOD HeaderLButtonDown( nMRow, nMCol, nFlags ) CLASS TXBrwColumn if ::oBrw:nCaptured == 0 .and. ::oBrw:lAllowColSwapping ::oBrw:oCapCol := Self ::oBrw:nCaptured := 1 ::oBrw:Capture() ::PaintHeader( 2, nil, ::oBrw:nHeaderHeight - 3, .t. ) endif return ...
by Otto
Mon Nov 12, 2007 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser: How to repaint the header
Replies: 12
Views: 2775

Olá Aoki

Isto "oBrw:lAllowColSwapping := { .F. , .T., .F., .T., .F., .T. }" só vai funcionar na versão que eu estou preparando. Esqueci de falar isto (hehe)

Abraços,

Rossine.
by Rossine
Tue May 01, 2007 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Travar MOVIMENTO HEADER Celula xbrowse
Replies: 8
Views: 2404

Ops,

O certo para o swap total é:

oBrw:lAllowColSwapping := .T.

Abraços,

Rossine.
by Rossine
Mon Apr 30, 2007 8:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Travar MOVIMENTO HEADER Celula xbrowse
Replies: 8
Views: 2404

Mais uma (hehe)

Ou você usa do jeito tradicional para fazer swap em todas as colunas

oBrw:lAllowColSwapping :=.F.

ou:

oBrw:lAllowColSwapping := { .F. , .T., .F., .T., .F., .T. }

Abraços,

Rossine.
by Rossine
Mon Apr 30, 2007 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Travar MOVIMENTO HEADER Celula xbrowse
Replies: 8
Views: 2404

Hola Aoki:

Puedes usar esto:

1 ) Para no permitir swap entre columnas =

oBrw:lAllowColSwapping :=.F.


2) Para no permitir que se redimensionen las columnas =

oCol:lAllowSizing:=.F.

Saludos ,
by jcaro
Mon Apr 30, 2007 2:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Travar MOVIMENTO HEADER Celula xbrowse
Replies: 8
Views: 2404

Prueba esto:

oBrw:lAllowColSwapping = .f.
by Antonio Linares
Sat Dec 23, 2006 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con unTimer y TXBrowse en una en tabla MYsql
Replies: 4
Views: 1510

... := { || DB_TABLAS:DESTAB } :aCols[02]:nWidth := 220 :nFreeze := 02 :lColDividerComplete := .T. :nColDividerStyle := 002 :lHScroll := .F. :lAllowColSwapping := .F. :lAllowColHiding := .F. :nMarqueeStyle := 006 :CreateFromResource(104) END WITH OBJECT ::oDlg1 :bValid := { || ::Close() } ...
by un_jeepero
Sat Mar 18, 2006 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se cuelga la app con array
Replies: 13
Views: 4592
Previous

Return to advanced search