Search found 35 matches: elem

Return to advanced search

New FTDN April/Abril 2016 (FWH 16.04)

... + nOpgBal } Modified method RecalcTotals() (11)New: In the codeblocks bClrStd, bClrSel, bClrSelFocus, etc. if nil is specified for back color (2nd elem of color array ) null brush is used. Useful for displaying some cells transparently. (12)Improved: When painting large bitmaps along with text, ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7584

Problem with past into xbrowse numeric editable cell

... oDlg SIZE 400, 300 @ 0, 0 XBROWSE oBrw OF oDlg ARRAY { { "Romeo","London",123.990000 } } ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 1; HEADER "Name" SIZE 100 ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 2; HEADER "City" SIZE 100 ADD COLUMN TO XBROWSE oBrw DATA ...
by Marco Turco
Wed Feb 17, 2016 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with past into xbrowse numeric editable cell
Replies: 11
Views: 2297

Re: :ToExcel() method error

This way ADD COLUMN oCol TO XBROWSE aObjects[6] DATA ARRAY ELEM aBrwDetails[i,3]; HEADER oemtoansi(aBrwDetails[i,1]) SIZE aBrwDetails[i,2] ORDER ABRWDETAILS[I,3] if valtype(aBrwArray[1,aBrwDetails[i,3]])="D" && if date xxxx:=aBrwDetails[i,3] ...
by Marco Turco
Tue Oct 06, 2015 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: :ToExcel() method error
Replies: 2
Views: 557

Re: Building FWH

... ) ; [ ; ThisStruct():SetMember( Len( ThisStruct():aMembers ), <uValue> ) ] harbour defines it in cstruct.ch as: #xcommand MEMBER <!elem!> AS <!stru!> => ; hb_Member( #<elem>, hb_CStructureId( #<stru>, .F. ) ) I don't see this as a problem problem in my code ...
by rhlawek
Sun Jul 28, 2013 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building FWH
Replies: 11
Views: 3901

Offtopic: friends from mexico, spain, chile

... http://pressoffice.telefonica.com/jsp/base.jsp?contenido=/jsp/notasdeprensa/notadetalle.jsp&id=0&origen=portada&idm=eng&pais=1&elem=20008 or http://www.neowin.net/news/telefnica-to-push-windows-phone-8-to-fight-duopoly-of-android-and-ios Maybe we can have new models and best ...
by norberto
Wed Jun 26, 2013 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Offtopic: friends from mexico, spain, chile
Replies: 0
Views: 420

Re: Memory leak with last xbrowse

... aArray:=BrwGetData() for i:=1 to 30 @1,1 XBROWSE oBrw1 ARRAY AARRAY OF oWnd SIZE 200,400 ADD COLUMN oCol TO XBROWSE oBrw1 DATA ARRAY ELEM 1; HEADER "Num" SIZE 80 ADD COLUMN oCol TO XBROWSE oBrw1 DATA ARRAY ELEM 2; HEADER "Type" SIZE 200 oBrw1:CreateFromCode() @ ...
by Marco Turco
Tue Jan 04, 2011 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory leak with last xbrowse
Replies: 18
Views: 3939

Re: Memory leak with last xbrowse

... aArray:=BrwGetData() for i:=1 to 30 @1,1 XBROWSE oBrw1 ARRAY AARRAY OF oWnd:oWndClient SIZE 200,400 ADD COLUMN oCol TO XBROWSE oBrw1 DATA ARRAY ELEM 1; HEADER "Num" SIZE 80 ADD COLUMN oCol TO XBROWSE oBrw1 DATA ARRAY ELEM 2; HEADER "Type" SIZE 200 oBrw1:CreateFromCode() @ ...
by Marco Turco
Tue Jan 04, 2011 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory leak with last xbrowse
Replies: 18
Views: 3939

xbrowse and bitmap from resource

... oBrw BITMAP DATA aArray[OBRW:NARRAYAT(),1] ; // array element # 1 HEADER "Status" SIZE 20 CENTER ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 2 ; HEADER "Names" SIZE 80 but the first column always appear blank. Any ideas ? Thanks in advance.
by Marco Turco
Mon Jan 03, 2011 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and bitmap from resource
Replies: 1
Views: 482

Xbrowse and empty array

... dialog oDlg TITLE "xBrowse tests" FROM 5,5 TO 70,100 @1,1 XBROWSE oBrw2 ARRAY AARRAY OF oDlg ADD COLUMN oCol TO XBROWSE oBrw2 DATA ARRAY ELEM 1; HEADER "Num" SIZE 80 ADD COLUMN oCol TO XBROWSE oBrw2 DATA ARRAY ELEM 2; HEADER "Type" SIZE 200 oBrw2:CreateFromCode() @10,10 ...
by Marco Turco
Thu Dec 30, 2010 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and empty array
Replies: 2
Views: 569

Re: preview alpha 2

... 0, 0 ) ::oWnd:oHScroll:SetRange( 0, 0 ) ::oMeta1:ZoomOut() ::nZFactor = 1 if ::oWnd:oMenu != nil AEval( ::aFactor, { | val, elem | val:SetCheck( ( elem == 1 ) ) } ) endif ::oFactor:Set( 1 ) endif if lMenu .and. ! IsAppThemed() ::oZoom:Refresh() endif ::PaintMeta() SetResources( ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

... endif oWnd:oVScroll:SetRange( 0, 0 ) oWnd:oHScroll:SetRange( 0, 0 ) oMeta1:ZoomOut() nZFactor = 1 if oWnd:oMenu != nil AEval( aFactor, { | val, elem | val:SetCheck( ( elem == 1 ) ) } ) endif oFactor:Set( 1 ) endif if lMenu .and. ! IsAppThemed() oZoom:Refresh() endif PaintMeta() SetResources( ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2708

Re: xBrowse: problems with column SORT

ADD COLUMN oCol TO XBROWSE oBrw DATA ARRAY ELEM 6;
HEADER "Date" SIZE 80 ORDER 6 // not 2
by nageswaragunupudi
Fri May 15, 2009 12:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: problems with column SORT
Replies: 4
Views: 715

xBrowse: problems with column SORT

... XBROWSE oBrw OF oDlg array aarray oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROW oBrw:lRecordSelector := .f. ADD COLUMN oCol TO XBROWSE oBrw DATA ARRAY ELEM 1; HEADER "Name" SIZE 100 ORDER 1 ADD COLUMN oCol TO XBROWSE oBrw DATA ARRAY ELEM 6; HEADER "Date" SIZE 80 ORDER 2 oBrw:CreateFromCode() ...
by Marco Turco
Thu May 14, 2009 8:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: problems with column SORT
Replies: 4
Views: 715

FWH 8.10 and xBrowse (bug ?)

... oBrw ARRAY aNames of oDlg ADD COLUMN TO XBROWSE oBrw DATA oBrw:nArrayAt(); HEADER "Num" SIZE 60 RIGHT ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 1; HEADER "Name" SIZE 80 ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 2; HEADER "Floor" SIZE 80 ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 3; HEADER ...
by Marco Turco
Wed Oct 22, 2008 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.10 and xBrowse (bug ?)
Replies: 7
Views: 1368

Browsing generally

... I have build some array and I wanted to display inside a window browse using TCColumn to add the individual column. ADD COLUMN TO oBrow ARRAY ELEM 1 ADD COLUMN TO oBrow ARRAY ELEM 2 ADD COLUMN TO oBrow ARRAY ELEM 3 ADD COLUMN TO oBrow ARRAY ELEM 4 ADD COLUMN TO oBrow ARRAY ELEM 5 This work ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65394
Next

Return to advanced search