Search found 376 matches: pos

Return to advanced search

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

Simply the best 590,912 icons and 2,443 iconsets
includes everything You need

http://www.iconarchive.com/

regards
Uwe :D
by ukoenig
Thu Mar 15, 2018 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3543

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

Uwe
Please suggest some good sites for downloading free icons for my applications.
by nageswaragunupudi
Thu Mar 15, 2018 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3543

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

Thank You very much
it is working now using arrays

Code: Select all  Expand view
Please add the clause AUTOSORT to the XBROWSE command.


regards
Uwe :D
by ukoenig
Thu Mar 15, 2018 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3543

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

Please add the clause AUTOSORT to the XBROWSE command.
by nageswaragunupudi
Thu Mar 15, 2018 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3543

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

I used sample xBcell.prg ( array-sample) and added the lines doesn't work only the row-colors are ok :( #include "fivewin.ch"#include "xbrowse.ch"function TestMain()   local oWnd   local oBrw   local oBar   local lEmpty := .f.      local aArray := {}      DEFINE...
by ukoenig
Thu Mar 15, 2018 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3543

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

Mr. Rao,

It works perfect with DBF's but
is it possible to change the column-color on headerclick as well using ARRAYS :?:

Image

regards
Uwe :?:
by ukoenig
Wed Mar 14, 2018 10:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3543

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

Mr. Rao, thank You very much for the solutions it works great and I got the needed results :D :D :D Now colors can be a combination of changing a column-color related to the index on row ( zebra ) colors. It seems setting the column-focus on filechange is working now with these changes. Still some f...
by ukoenig
Sun Mar 04, 2018 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3543

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

If you want to have a different color for indexed column, do like this: // When creating the browse;   AEval( oBrw:aCols, { |o| o:bClrStd := FnClrStdBlock( o ) } )   //function FnClrStdBlock( oCol )return { || If( Empty( oCol:cOrder ), If( oCol:...
by nageswaragunupudi
Sun Mar 04, 2018 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3543

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

For changing DBF, please try @ 518, 935  RADIO oFilename VAR nFilename PROMPT "Samples1", "Samples2", "Samples3", "Samples4", ;                  "Samples5", "Samples6", "Samples7" ...
by nageswaragunupudi
Sun Mar 04, 2018 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3543

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

Mr. Rao, Maybe it is possible to FORCE a column-headerclick after selecting a new file to activate the index in : @ 518, 935  RADIO oFilename VAR nFilename PROMPT "Samples1", "Samples2", "Samples3", "Samples4", ;                  "Samples5", "Sa...
by ukoenig
Sun Mar 04, 2018 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3543

Re: Xbrowse < :nColSel > col-pos change at runtime rel. to index

oBrw:nColSel := <newval>
oBrw:Refresh()
works and should work at runtime also.
Please recheck.
by nageswaragunupudi
Sat Mar 03, 2018 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3543

Xbrowse < :nColSel > col-pos change at runtime rel. to index

Hello, I got a problem to change the Col-position at runtime On startup it is OK There is a RUNTIME-change of < FILE + INDEX > ON INIT :nRowSel := nGoRecord :D :nColSel := nOrder :D :SetGroupHeader( "Workarea ==> " + DBF() + " Index ==> " + (cFileName)->(INDEXKEY(n...
by ukoenig
Sat Mar 03, 2018 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse < :nColSel > col-pos change at runtime rel. to index
Replies: 15
Views: 3543

Re: Mr. Rao's samples collection.

... gradient, circle or bmp-brush SYSTEM->nDColorF = 1. gradient-color SYSTEM->nDColorB = 2. gradient-color SYSTEM->nDGradPos = gradient-pos SYSTEM->lDDirect = vertical or horizontal SYSTEM->cDBrush = bmp brush SYSTEM->nBSColor = xbrowse-selector SYSTEM->nBRColor1= 1. row ...
by ukoenig
Wed Feb 07, 2018 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20953

Mi experiencia con Exc el

Amigos pos si a alguien le sirve, algunos tips para Excel. LAs saque del foro y hay más. Saludos Ruben Dario Fernandez #define xlContinuous 1#define xlDash -4115#define xlDashDot 4#define xlDashDotDot 5#define xlDot -4118#define ...
by D.Fernandez
Fri Nov 03, 2017 4:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mi experiencia con Exc el
Replies: 0
Views: 385
PreviousNext

Return to advanced search