Search found 38 matches: afill

Return to advanced search

Re: Creating table with Trichedit

... ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF SETDATE oRtf FORMAT LONGFORMAT NEW PARAGRAPH oRTF TEXT "" SETDEFAULT aMarca=ARRAY(9) AFILL(aMarca,0) DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN CENTER ; // Center table horizontally on page FONTNUMBER 1 ; // Use font #2 for ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1450

Re: Creating table with Trichedit

... ; APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF SETDATE oRtf FORMAT LONGFORMAT NEW PARAGRAPH oRTF TEXT "" SETDEFAULT aMarca=ARRAY(9) AFILL(aMarca,0) DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN CENTER ; // Center table horizontally on page FONTNUMBER 1 ; // Use font #2 for ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1450

Re: Ribbon Theme

Antonio, AFill( oRb:aClrTabTxt, { | oSelf, nPrompt | If( nPrompt == oSelf:nOption, CLR_WHITE, CLR_HRED ) } ) Unfortunately no. That changes the text color of the selected and unselected tabs. I am looking for a way to change the ...
by James Bott
Mon May 06, 2019 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28229

Re: Ribbon Theme

James,

This line sets the colors of the Tabs texts:

AFill( oRb:aClrTabTxt, { | oSelf, nPrompt | If( nPrompt == oSelf:nOption, CLR_WHITE, CLR_HRED ) } )

Is this what you are looking for ?
by Antonio Linares
Mon May 06, 2019 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28229

Re: Reservation Nages Test with New Xbrowse

Sorry Nages, I change on habour with : for n := 1 to 7 for i := 1 to NUM_TABLES AAdd( aRes[ i ], Array( LastDayOM( dMonth ) + 1 ) ) AFill( aRes[ i ][ n ], .f. ) aRes[ i ][ n ][ 1 ] := cMonth( dMonth ) next i dMonth := AddMonth( dMonth, 1 ) next n and I have the same result https://s17.postimg.cc/5zo4j525b/image.png ...
by Silvio.Falconi
Thu May 03, 2018 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reservation Nages Test with New Xbrowse
Replies: 8
Views: 1718

Re: funciones de FWH y Harbour en un archivo .txt

... AFields([<aFieldsnames>],[<aTypes>],[<aWidths>],[<aDecimals>])->nFields AFill(<aTarget>,<expValue>,[<nStart>],[<nCounts>])->aTarget AfterAtNum(<cSearch>,<cString>,[<nCount>],[<nSkipChars>])->cResult ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5707

Re: funciones de FWH y Harbour en un archivo .txt

... ADSGetRelKeyPos ADSIsRecordInAOF ADSKeyCount ADSKeyNo ADSLocking ADSRefreshAOF ADSRightsCheck ADSSetAOF ADSStmtSetTableReadOnly AEval AFields AFill AfterAtNum AIns ALenAlloc Alert Alias AllTrim AltD AmPm AnsiToHtml Array Asc AScan ASCIISum AscPos ASin ASize ASizeAlloc ASort At AtAdjust ATail ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5707

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2347

Lista de funciones de [x]harbour con sus parametros para edi

... [<nCount>]) -> aArray AFields([<aFieldsnames>], [<aTypes>], [<aWidths>], [<aDecimals>]) -> nFields AFill(<aTarget>, <expValue>, [<nStart>], [<nCounts>]) -> aTarget AfterAtNum( <cSearch>,<cString>, [<nCount>], ...
by carlos vargas
Wed Feb 11, 2015 2:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lista de funciones de [x]harbour con sus parametros para edi
Replies: 2
Views: 1024

Re: Copia de matrices

... { 2, 2, 2 } ACOPY(aOne, aTwo, nStart, nCount) // Result: aTwo is now { 1, 1, 2 } Files Library is CLIPPER.LIB. See Also: ACLONE() ADEL() AEVAL() AFILL() AINS() ASORT() This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson Saludos
by hmpaquito
Fri Jul 18, 2014 6:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Copia de matrices
Replies: 5
Views: 1110

Re: Nuevo Grupo en Ribbonbar

... Sin embargo, luego aparece en el METHOD CalcPos (linea 976 en mi version FWH 12.03) METHOD CalcPos() CLASS TRibbonBar local n, j ::ASizes := {} AFill( ::aLeft, 0 ) for n = 1 to Len( ::aDialogs ) AAdd( ::aSizes, If( ::aVisible[ n ], GetTextWidth( 0, StrTran( ::aPrompts[ n ], "&", ...
by cnavarro
Thu May 09, 2013 6:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo Grupo en Ribbonbar (Solucionado)
Replies: 7
Views: 1200

UEStudio wordfile changes for Clipper language

... "return nil" "endclass" /C1 .and. .not. .or. .t. .f. #include #define #ifdef #endif #else aadd abs aclone acopy adel aeval afill ains alert alias alltrim as asc array activate action append asize ascan begin button buttonbar brush break case class classdata close color colors ...
by Antonio Linares
Thu Apr 18, 2013 11:11 am
 
Forum: Utilities / Utilidades
Topic: UEStudio wordfile changes for Clipper language
Replies: 0
Views: 1278

Re: Error con un programa de fivewin en una maquina virtual

... ;          }    nLen := len( ::aKeyCon )    aSize( ::aKeyCon, nLen + len( xMenu ) )    aEval( xMenu, { | x, y | ::aKeyCon[ nLen + y ] := x } )    aFill( aSize( ::hKeyDown:aAltCtrl  , TOTAL_VKEYS ), .f. )    aFill( aSize( ::hKeyDown:aShiftCtrl, TOTAL_VKEYS ), .f. )    aFill( aSize( ::hKeyDown:aCtrl ...
by quique
Fri Apr 12, 2013 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con un programa de fivewin en una maquina virtual
Replies: 47
Views: 8685

Re: Array BUG?

It is not a bug. It is the expected behavior. AFill( aArray, {} ) results in filling all elements of aArray with reference to the pointer of the same array {} Let us see this example: x := y := {} // both x and y contain the pointer to the same ...
by nageswaragunupudi
Thu Feb 21, 2013 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array BUG?
Replies: 2
Views: 649

Array BUG?

I make a array with arr := array(30) and then aFill(arr,{}).
When I now say aadd(arr[1],{1,2,3,4}]) all arrays in arr become this aadd() not only arr[1]!
Whe i fill the arr with aeval(arr,{|,index|aadd(arr[index],{1,2,3,4}}) then is it ok.
I use xHarbour.
by byte-one
Thu Feb 21, 2013 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array BUG?
Replies: 2
Views: 649
Next

Return to advanced search