Search found 35 matches: elem

Return to advanced search

... columna. (ii) BITMAP BMPDATA <expr> ( ó número de columna para las matrices ): Esta expresión es usada como bBmpData y DATA <expr>/<elem> es tratada como bEditValue y bStrData. (iii) BITMAP [BMPDATA <x>] IN <bmp1>, <bmp2>, ... <bmp2> carga los "bitmaps" ...
by Antonio Linares
Tue Jul 22, 2008 10:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2008 (8.06)
Replies: 1
Views: 3019

New FTDN June/Junio 2008 (8.06)

... of the column (ii) BITMAP BMPDATA <expr> ( or column number for arrays ): This expression is used as bBmpData and DATA <expr>/<elem> is treated as bEditValue and bStrData (iii) BITMAP [BMPDATA <x>] IN <bmp1>, <bmp2>, ... <bmp2> loads bitmaps or resources ...
by Antonio Linares
Fri Jun 27, 2008 11:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2008 (8.06)
Replies: 1
Views: 3019

perdon es este metodo

olbx:bLine:={ || if(::oDatos:RecordCount()=0,array( elem),
by Vladimir Zorrilla
Thu Jun 26, 2008 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO /MYSQL con WBROWSE
Replies: 2
Views: 666

xBrowse and empty array

... DEFINE dialog oDlg TITLE "xBrowse tests" FROM 5,5 TO 40,80 @1,1 XBROWSE oBrw ARRAY aNames of oDlg AUTOSORT ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 1; HEADER "Num" SIZE 30 LEFT order 2 ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 2; HEADER "Name" SIZE 80 order 2 oBrw:CreateFromCode() ACTIVATE ...
by Marco Turco
Fri Jun 06, 2008 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and empty array
Replies: 4
Views: 888

... DEFINE dialog oDlg TITLE "xBrowse tests" FROM 5,5 TO 40,80 @1,1 XBROWSE oBrw ARRAY aNames of oDlg AUTOSORT ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 1; HEADER "Num" SIZE 30 LEFT ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 2; HEADER "Name" SIZE 80 .. ..
by Marco Turco
Mon Jun 02, 2008 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse and add column
Replies: 11
Views: 3317

... DEFINE dialog oDlg TITLE "xBrowse tests" FROM 5,5 TO 40,80 @1,1 XBROWSE oBrw ARRAY aNames of oDlg ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 1; HEADER "Num" SIZE 30 LEFT ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 2; HEADER "Name" SIZE 80 ADD COLUMN TO XBROWSE oBrw DATA ARRAY ELEM 5; ...
by Marco Turco
Sat May 31, 2008 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse and add column
Replies: 11
Views: 3317

... := oBrw:AddCol() oCol:nArrayCol := 1 // the column number The above code is equivalent to ADD COLUMN TO oBrw DATA ARRAY ELEM 1 xBrowse takes care of minimum formatting requirements, whatever the data type.
by nageswaragunupudi
Thu May 29, 2008 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse and add column
Replies: 11
Views: 3317

XBrowse and add column

... Floor","Queens House"}) DEFINE dialog OWND TITLE "xBrowse tests" FROM 5,5 TO 40,80 @1,1 XBROWSE oBrw ARRAY aNames ADD COLUMN TO oBrw DATA ARRAY ELEM 1 ADD COLUMN TO oBrw DATA ARRAY ELEM 2 ACTIVATE dialog OWND I think the problem is into the xbrowse.ch that translate the command using the tcbrowse ...
by Marco Turco
Sat May 24, 2008 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse and add column
Replies: 11
Views: 3317

... oMenuUnZoom:disable() oWnd:oVScroll:SetRange(0,0) oWnd:oHScroll:SetRange(0,0) oMeta1:ZoomOut() nZFactor = 1 AEval( aFactor, {|val,elem| val:SetCheck( ( elem == 1 ) ) }) oFactor:Set( 1 ) endif if lMenu .and. ! IsAppThemed() oZoom:Refresh() endif PaintMeta() SetResources( hOldRes ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3382

Ayuda para poder programar autocad desde fwh

... 1, 0) blockRefObj.Update ' ThisDrawing.ModelSpace.Command.ZoomAll On Error GoTo 0 ' buscamos datos dentro del dwg foundAttributes = False For Each elem In ThisDrawing.ModelSpace strA = elem.EntityName ' MsgBox ("elemento " + strA + " " + elem.Name) If elem.EntityName = "AcDbBlockReference" Then ...
by cybergrates
Fri Feb 22, 2008 6:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para poder programar autocad desde fwh
Replies: 0
Views: 652

... VAR nActual TOTAL nTotal ID 2052 OF oGaugeDlg ACTIVATE DIALOG oGaugeDlg ; CENTERED ; NOWAIT oGet1:Refresh() DbGotop() IF !lMode bBlock := {|val,elem| Fieldput(elem,f_isOEM(@val,elem))} ENDIF DO WHILE !Eof() oMeter:Set(nActual+1) SysRefresh() aData := Scatter() Aeval(aData ,bBlock) dbSkip() ENDDO ...
by Otto
Sun Oct 28, 2007 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: logical character Read
Replies: 7
Views: 1732

Otto ELEM 2 ELEM 3 ELEM 1 instead the default ELEM 1 ELEM 2 ELEM 3 WITH OBJECT oBrw :Swapcols(:aCols[1],:aCols[2]) ; :Swapcols[:aCols[2],:aCols[3]) END Or look at oBrw:setarray to see how oBrw:bstrdata is set oCol := :aCols[1] ...
by Demont.frank
Sat Sep 08, 2007 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change the columns order with xBrowse
Replies: 4
Views: 984

Yes,
but what is the way to display the columns with the order

ELEM 2
ELEM 3
ELEM 1

instead the default
ELEM 1
ELEM 2
ELEM 3

?
by Marco Turco
Wed Sep 05, 2007 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change the columns order with xBrowse
Replies: 4
Views: 984

Change the columns order with xBrowse

... {"Luc","4-5-2004","11:37"} if I want to display the second,third and first element in twbrowse I can do it with ADD COLUMN TO oBrw DATA ARRAY ELEM 2 ADD COLUMN TO oBrw DATA ARRAY ELEM 3 ADD COLUMN TO oBrw DATA ARRAY ELEM 1 but how can I do the same with xBrowse ? Thanks in advance. Best Regards, ...
by Marco Turco
Wed Sep 05, 2007 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change the columns order with xBrowse
Replies: 4
Views: 984

TcBrowse

... oBrw:nFreeze := 1 // This will freeze all & prevent horiz scrolling // NOTE can't resize/drag on frozen columns ADD COLUMN TO oBrw DATA ARRAY ELEM 1 HEADER "Periodo" ; SIZE 45 RIGHT ADD COLUMN TO oBrw DATA ARRAY ELEM 2 HEADER "Monto Mensual" ; EDITABLE SIZE 90 RIGHT PICTURE "99999,999,999.99" ...
by jvargas
Fri May 25, 2007 6:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TcBrowse
Replies: 1
Views: 679
PreviousNext

Return to advanced search