Search found 64 matches: tccolumn

Return to advanced search

TCBrowse, lOneColumnHighLight

... line of code. It is possible that nobody uses this function and it was never discovered before. Has anybody heard of this feature of TCBrowse, or TCColumn. Thanks, Byron ...
by byron.hopp
Wed Jun 09, 2021 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCBrowse, lOneColumnHighLight
Replies: 0
Views: 290

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tcbrowse.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tccolumn.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tclipget.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tcomm.prg] MYC_FLAGS ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4929

Re: tcbrowse tccolumn Unicode Characters

Ok SOLVED!
Many Thanks!
by MarcoBoschi
Sat Dec 19, 2015 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse tccolumn Unicode Characters
Replies: 8
Views: 1388

Re: tcbrowse tccolumn Unicode Characters

Unfortunately I do not know how to do...
Can you show an example how to do it?
Marco
by MarcoBoschi
Sat Dec 19, 2015 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse tccolumn Unicode Characters
Replies: 8
Views: 1388

Re: tcbrowse tccolumn Unicode Characters

It is not available in 15.10. You need to make the correction suggested by Mr Cristobal.
The change is already incorporated for 15.11 and will be available when released.
by nageswaragunupudi
Sat Dec 19, 2015 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse tccolumn Unicode Characters
Replies: 8
Views: 1388

Re: tcbrowse tccolumn Unicode Characters

Cristobal,
I've just download from site FWHX 15.10.
When it will available the 15.11?

Many many Thanks

Marco
by MarcoBoschi
Fri Dec 18, 2015 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse tccolumn Unicode Characters
Replies: 8
Views: 1388

Re: tcbrowse tccolumn Unicode Characters

MarcoBoschi wrote:Cristobal,
I have Jiust read your answer.
I've found tcbfuncs.c file in folder \fwh_new\source\function
Do I have to compile it now?
Marco


Yes, and add to project
15.11 FWH will included
Regards
by cnavarro
Fri Dec 18, 2015 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse tccolumn Unicode Characters
Replies: 8
Views: 1388

Re: tcbrowse tccolumn Unicode Characters

Cristobal,
I have Jiust read your answer.
I've found tcbfuncs.c file in folder \fwh_new\source\function
Do I have to compile it now?
Marco
by MarcoBoschi
Fri Dec 18, 2015 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse tccolumn Unicode Characters
Replies: 8
Views: 1388

Re: tcbrowse tccolumn Unicode Characters

Marco, try In line 150 module tcfuncs.c,           DrawText( hDC, cData, nLen, &rct, nAlign | DT_VCENTER |                   DT_SINGLELINE | DT_NOPREFIX ) ;  With           DrawTextAW(...
by cnavarro
Wed Dec 16, 2015 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse tccolumn Unicode Characters
Replies: 8
Views: 1388

tcbrowse tccolumn Unicode Characters

... .T. )USE aa_chnDEFINE DIALOG oDlg FROM 10 , 10 TO 300 , 800 PIXEL   @ 1 , 1  BROWSE oBrw OF oDlg SIZE 300 , 100  oCol := TcColumn():New( "Code"        , { | | field->codice } ,  ,  , , ,  , , , , , , ,  )  oBrw:addcolumn( oCol ...
by MarcoBoschi
Wed Dec 16, 2015 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse tccolumn Unicode Characters
Replies: 8
Views: 1388

Recompilar FiveHMX para xhb.com

... "Obj\tabs.obj" "Obj\tacctbl.obj" "Obj\tanimate.obj" "Obj\tcbrowse.obj" "Obj\tccolumn.obj" "Obj\tclipget.obj" "Obj\tcomm.obj" "Obj\tcomobj.obj" "Obj\tcompone.obj" "Obj\tctrsock.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 811

Re: different column color

Marco,

this is the xBrowse-solution !!!!

I didn't notice, You used => TcColumn

Best Regards
Uwe :?:
by ukoenig
Fri Apr 12, 2013 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: different column color
Replies: 7
Views: 1341

different column color

... without success! REDEFINE BROWSE oBrw ID 101 OF oDlg FONT oFont cHeading := "CODE KIT" bLine := "{|| field->code }" oCol := TcColumn():New( cHeading , &bLine , , CLR_GREEN , CLR_WHITE , 0 , 100 , , , , , , , ) oBrw:addcolumn( oCol ) Thanks in advance Marco
by MarcoBoschi
Fri Apr 12, 2013 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: different column color
Replies: 7
Views: 1341

demo browse

... FUNCTION MAIN() LOCAL oDlg, oBrw LOCAL oCol USE Customer ALIAS Test DEFINE DIALOG oDlg SIZE 200 , 400 @ 0, 0 BROWSE oBrw oCol := TcColumn():New( "First" , { || TEST->first } , , , , 0 , 60 , , , , , , , ) oBrw:addcolumn( oCol ) oCol := TcColumn():New( "Last" ...
by brewster
Wed Jul 18, 2012 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: demo browse
Replies: 7
Views: 1511
Next

Return to advanced search

cron