Search found 260 matches: aarray

Return to advanced search

Colocar la ñ en Browser

Saludos Al Forum

Como hago para que me muestre la ñ a este browser, ya que muestra un caracter esecial.

column := TbcolumnNew( "Año", ;
{|p| If( p == NIL, ::aArray[nSubscript,3],;
::aArray[nSubscript,3] := p)})
by ruben Dario
Fri Feb 10, 2017 12:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Colocar la ñ en Browser
Replies: 2
Views: 492

New FTDN November/Noviembre 2016 (FWH 16.11)

... DT_RECT, nRight indicates the right most pixel used to display all the lines Return Value: Height in pixels of the displayed area Note: If none of aArray, aFont, aTextColor is an array, then this function works like DrawTextEx() * New GDI+ functions in gdipfwh.cpp - GDIP_COLORBRUSH( nARGB or nRGB ...
by Antonio Linares
Wed Nov 30, 2016 12:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
Replies: 4
Views: 3248

Re: xBrowse from RES. and show images from DLL ?

... values http://www.pflegeplus.com/IMAGES/Dlltest4.jpg SET RESOURCES TO c_path + "SYSTEM.dll" hResDLL := GetResources() aArray := { { hResDLL, "FISH1" }, ; { hResDLL, "FISH2" }, ; { hResDLL, "FISH3" }, ; { hResDLL, "FISH4" }, ; ...
by ukoenig
Thu Jul 21, 2016 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse from RES. and show images from DLL ?
Replies: 9
Views: 3586

Re: Asort based on two array elements

Hi Marco,

maybe using a third element?

aadd(aArray,{ "01/10/2015", "Marc", DTOS( CTOD( "01/10/2015" ) ) + "Marc" } )
by Diego Decandia
Thu May 19, 2016 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Asort based on two array elements
Replies: 3
Views: 655

Asort based on two array elements

... to order the following array by date and by name (inside a date). Do you have any suggest about ? * date is the first element, name is the second aArray:={} aadd(aArray,{"01/10/2015","Marc"}) aadd(aArray,{"01/10/2015","Alexandra"}) aadd(aArray,{"01/07/2015","Paul"}) ...
by Marco Turco
Thu May 19, 2016 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Asort based on two array elements
Replies: 3
Views: 655

Re: ADO and hb_serialize()

Antionio,

Can you just use:

ASave( aArray ) --> cText

ARead( cText ) --> aArray

James
by James Bott
Fri Oct 09, 2015 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and hb_serialize()
Replies: 10
Views: 1502

Combobox on multidimensional array

Hi all, I have a multidimensional array like: aArray:=array(0,2) aadd(1,"Marc") aadd(2,"Luca") aadd(3,"Jannette") aadd(4,"Francis") and I would make a combobox with only the second element list (the names). ...
by Marco Turco
Tue Sep 08, 2015 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on multidimensional array
Replies: 5
Views: 1217

Re: problems with radio and radioitem

well, I moved the test to logfile () and believe me, this passing only once, now put this structure gives the error.

example

aArray: = {}

while eof ()
    AADD (aArray ....)
    skip
ENDDO

if I comment this line aArray: = {} my array doubles the data, I am confused now. :)
by aferra
Wed Jul 15, 2015 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with radio and radioitem
Replies: 10
Views: 1745

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... Clipper, including: ARRAY ELEMENT BYREF ------------------- xHArbour supports passing an array element BYREF as a function argument. SomeFunc( @aArray[ nIndex ] ) For sample usage please review tests\arrbyref.prg ASSOCIATE CLASS: ---------------- The ASSOCIATE CLASS syntax allows the xHarbour ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2324

Re: ADO RDD xHarbour

Sure, REQUEST ADORDD, DBFCDX function Main() local aArray := {} RDDSETDEFAULT( "ADORDD" ) SET ADODBF TABLES INDEX LIST TO {{ "TEST2", {"TEST1", "FIRST"} ,; {"TEST2", "LAST"} ,; {"TEST3", ...
by elvira
Tue May 05, 2015 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 453163

Re: Report Eject

Try:

Create a function to return the quarter of the year. Sort the array by quarter plus whatever else you need.

function quarter( dDate )
...
return nQuarter

report oRpt...group on quarter( aArray[...] )

activate report oRpt...on endgroup {|oRpt| oRpt:endpage() }
by James Bott
Fri Mar 20, 2015 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Eject
Replies: 1
Views: 388

Re: cambiar array de items e listbox

Cristobal gracias por responder
Es un boton que quiero leer otros datos y cambie el array del listbox algo asi como
oLbx:setarray( aArray )
oLbx:refresh()
como te dije revise la documentación pero no lo hallo
saludos

Wilson
by wilsongamboa
Thu Mar 12, 2015 7:39 pm
 
Forum: FiveTouch
Topic: cambiar array de items e listbox
Replies: 6
Views: 895

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

... de procesar los archivos de ayuda (*.txt) de harbour para extraer una lista de las funciones asi como sus parametros? por ejemplo extraer AAdd(<aArray>, <xValue>) -> Value Abs(<nExpression>) -> nPositive AChoice(<nTop>, <nLeft>, <nBottom>, <nRight>, ...
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: 1051

Re: errores de xbrowse ???

... 16-bit Clipper days. Ignoring this fundamental principle results in error like this. Example: WRONG METHOD: for n := 1 to 5 bCodeBlock := { || aArray[ n ] } next We should create codeblock in a different function using the principle of detatched variables. CORRECT METHOD: //------------ for ...
by nageswaragunupudi
Sat Jan 03, 2015 1:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: errores de xbrowse ??? NO SOLUCIONADO ??? AYUDA
Replies: 8
Views: 2325

Re: bChange para varios get... aeval me sirve?

AEval( aArray, { |x, i| ........ } )
x is the array element
i is the index number of the element
by nageswaragunupudi
Mon Jun 16, 2014 10:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: bChange para varios get... aeval me sirve?
Replies: 2
Views: 405
PreviousNext

Return to advanced search