Search found 29 matches: aactions

Return to advanced search

Re: Area de trabajo no usada: ORDKEYNO

... ( oRS1Cli:AbsolutePosition / 2 ) - INT( oRS1Cli:AbsolutePosition / 2 ) > 0, RGB( 193, 221, 255 ), RGB( 221, 245, 255 ) ) } oBrow:GoTop() oBrow:aActions = { "ID","numero", "", "", "Nombre", "Domicilio" } oBrow:aActions[ 1 ] = { || iif ...
by jpcavagnaro
Sun Sep 11, 2022 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 315

Re: TXBrowse-Consulta

... es una array con los nombres de los campos y en base al tamaño del array, hace las acciones Necesito saber que instruccion uso en TXBrowse para :aActions Creo que te refieres a oBrw:bChange:= funcion() Te pongo el ejemplo completo que incluye arrays #Include "FiveWin.ch"#Include ...
by ACC69
Sat Aug 29, 2015 5:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBrowse-Consulta
Replies: 5
Views: 1363

Re: TXBrowse-Consulta

... es una array con los nombres de los campos y en base al tamaño del array, hace las acciones Necesito saber que instruccion uso en TXBrowse para :aActions
by juan_arroyo_t
Sat Aug 29, 2015 3:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBrowse-Consulta
Replies: 5
Views: 1363

Re: TXBrowse-Consulta

... Si alguien pudiera ayudarme Pongo esta porcion de codigo de la claseTWBrowse y quisiera conocer el equivalente en xbrowse de la instruccion :aActions do case                   case len(paNombres) = 2                     :aActions      := { { || f_CambiarIndice( pcBaseDatos, ...
by ACC69
Sat Aug 29, 2015 3:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBrowse-Consulta
Replies: 5
Views: 1363

TXBrowse-Consulta

... Si alguien pudiera ayudarme Pongo esta porcion de codigo de la claseTWBrowse y quisiera conocer el equivalente en xbrowse de la instruccion :aActions do case                   case len(paNombres) = 2                     :aActions      := { { || f_CambiarIndice( pcBaseDatos, ...
by juan_arroyo_t
Sat Aug 29, 2015 1:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBrowse-Consulta
Replies: 5
Views: 1363

Re: Undo last action on imagepainting ?

I think that you have to put into an array all actions and them paint each record. local aActions := {} aadd( aActions, {"image",10,10,300,200,"c:\myimage.bmp"} ) aadd( aActions, {"icon",200,200,32,32,"c:\myicon.ico"} ) .... for ...
by pgfdz
Fri Apr 11, 2014 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UNDO the last action on imagepainting ?
Replies: 3
Views: 765

Darrell

Have a look at oLbx:aActions := aTags

aTags := { {|| codeblock for first header },;
{|| codeblock for second header}}


Hope this helps

Colin
by Colin Haig
Thu Sep 18, 2008 5:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox sort by column
Replies: 2
Views: 609

... border="0" alt="Unlimited Free Image and File Hosting at MediaFire"></a> DEFINE FONT oFnt NAME "Ms Sans Serif" SIZE 0,-12 BOLD oBCos:aActions := Array( Len( oBCos:aColSizes ) ) oBCos:aActions[ 2 ] := {|| (oDCos)->(OrdSetFocus("CUENTA")), ; oBCos:aHeaders[ 2 ] := "CUENTA" , ; oBCos:aHeaders[ ...
by Francisco Horta
Wed Sep 10, 2008 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con TWBrowse (de Hernán)
Replies: 10
Views: 1819

... LOGICAL CLASSDATA aProperties AS ARRAY ; INIT { "aColumns", "cVarName", "nTop", "nLeft", "nWidth", "nHeight" } CLASSDATA lVScroll, lHScroll DATA aActions // actions to be executed on header's click DATA aColors // the whole colors kit DATA aArray AS ARRAY // browsed array DATA aBitmaps AS ARRAY ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5409

Browsing generally

... of a browse like changing the index information of the field etc Use the ACTION clause of the LISTBOX FIELDS command. Do this : oYour_Brw:aActions := {{|| Action_Col_1()}, {|| Action_Col_2()},......And_So_On.....} -------------------------------------------------------------------------------- ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 64693

PROBLEMAS MDI

... := 16 oLbx:nHeaderHeight := 16 //oLbx:nFreeze := 4 oLbx:aHJustify:={2,2,2,2,2} oLbx:aJustify:={.t.,.f.,.t.,.t.,.t.} oLbx:lDrawFooters :=.T. //oLbx:aActions := Array( 6 ) //oLbx:aActions[1] := { || OrdenArEq( 3, 3 , oPreccos, oLbx,oWndFact01,aGets ) } //oLbx:aActions[2] := { || OrdenArEq( 2, 3 , ...
by jponce
Mon Jul 14, 2008 7:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS MDI
Replies: 4
Views: 1267

... "listado_articulos" redefine LISTBOX oBrw; FIELDS arti_pda->codigo, arti_pda->nombre; HEADERS "Código", "Nombre" ID 500 OF oDlg1 oBrw:aActions := {{|| MsgBeep(),ordenar_por_codigo(oBrw),oBrw:Upstable(),oBrw:Refresh()}, {|| MsgBeep(),ordenar_por_nombre(oBrw),oBrw:Upstable(),oBrw:Refresh()}} ...
by Elias Torres
Wed May 21, 2008 8:30 am
 
Forum: FiveWin para Pocket PC
Topic: como poner los registros de un grid mas alto...
Replies: 8
Views: 1833

... := 16 oLbx:nHeaderHeight := 16 oLbx:nFreeze := 4 oLbx:aHJustify:={2,2,2,2,2} oLbx:aJustify:={.t.,.f.,.t.,.t.,.t.} oLbx:lDrawFooters :=.T. oLbx:aActions := Array( 6 ) oLbx:aActions[1] := { || OrdenArEq( 3, 3 , oPreccos, oLbx,oWndFact01,aGets ) } oLbx:aActions[2] := { || OrdenArEq( 2, 3 , oPreccos, ...
by jponce
Thu May 08, 2008 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sumar una columna como le hago??? (YA RESUELTO GRACIAS)
Replies: 8
Views: 2148

MDICHILD

... := 16 oLbx:nHeaderHeight := 16 oLbx:nFreeze := 4 oLbx:aHJustify:={2,2,2,2,2} oLbx:aJustify:={.t.,.f.,.t.,.t.,.t.} oLbx:lDrawFooters :=.T. oLbx:aActions := Array( 6 ) oLbx:aActions[1] := { || OrdenArEq( 3, 3 , oPreccos, oLbx,oWndFact01,aGets ) } oLbx:aActions[2] := { || OrdenArEq( 2, 3 , oPreccos, ...
by jponce
Wed Apr 30, 2008 3:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MDI CHILD CON DIALOGOS DE WORKSHOP
Replies: 11
Views: 2378

Re: ORDER Clausula en Columna TSbrowse

... con Doble Click en en título de la columna. Si quieres hacerlo con un solo click, deberas usar un bloque de código almacenado en la data ::aActions que es un array que deberá tener tantos elementos como columnas hayas definido, aunque no todos los elementos del array necesariamente deberán ...
by mmercado
Mon Mar 31, 2008 4:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ORDER Clausula en Columna TSbrowse
Replies: 1
Views: 455
Next

Return to advanced search