Search found 6918 matches: array

Return to advanced search

Re: New txbrowse

... ; AUTOSORT FONT oFont; NOBORDER CELL LINES CLASS TMyBrowse() CLASS TMyBrowse FROM TXBrowse CLASSDATA lRegistered AS LOGICAL DATA aCols2Hide AS ARRAY INIT Array(0) DATA aDefaultCols INIT ARRAY( 0 ) DATA aPreviousCols INIT ARRAY( 0 ) METHOD New (nRow, nCol, nWidth, nHeight, oWnd) METHOD SetUserCols(lDefCols) ...
by Silvio.Falconi
Mon Apr 22, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 376

SetMultiSelectCol() on line

I have an xbrowse created with an array without the :SetMultiSelectCol() and I have the ability to display a menupopup like this MENU oMenu POPUP if oBrw:IsSelectedRow() MENUITEM "Deselect the current row" action DeSelect_One_array(oBrw) ...
by Silvio.Falconi
Sat Apr 13, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 183

La clase tprinter, consulta [RESUELTO]

Hace mucho que no uso esta clase, pero tengo que crear unos recibos a partir de un array Este es el código que escribí para ello: FUNCTION ImprimoRecibos( aDatos )    local oPrn, oFonN, i:=0, j:=0, k:=0, nRowStep, nColStep        DEFINE FONT oFonN NAME "Century ...
by jose_murugosa
Wed Apr 10, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: La clase tprinter, consulta [RESUELTO]
Replies: 9
Views: 266

Re: FWHMYSQL Insert failing

... ( `total_inc` ) ,`clotacao` = VALUES ( `clotacao` ) ,`prazo` = VALUES ( `prazo` ) ,`situacao` = VALUES ( `situacao` ) But, according with the array, the right sentence should be this: INSERT INTO `folha` ( `cemp`,`nfolha`,`cmat`,`cvandes`,`cvdorig`,`val_inf`, `val_calc` ,`total_inc`,`filial`,`clotacao`,`prazo`,`situacao` ...
by vilian
Mon Apr 08, 2024 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 402

Re: Una sobre RIBBONBAR

Estimado Armando, Si revisas el comando puedes ver que espera una lista de palabras que se transforma en un array: [ <prm: PROMPT, PROMPTS, ITEMS> <cPrompt,...> ] #xcommand DEFINE RIBBONBAR [ <oRBar> ] ;                           [ <of:OF, WINDOW> ...
by Antonio Linares
Mon Apr 01, 2024 7:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una sobre RIBBONBAR (SOLUCIONADO)
Replies: 2
Views: 591

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... COLSIZES 60,100,310,40; PICTURE "","","",""; ARRAY acDescriptor UPDATE FOOTERS LINES AUTOCOLS CELL olbx101c:nRowHeight := 25 olbx101c:acols[3]:nEditType:= EDIT_GET olbx101c:acols[3]:cEditPicture:="@!" ...
by elmoiquique
Thu Mar 28, 2024 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2239

Ayuda con Mensaje Error irrecuperable 9009: hb_xrealloc

... info Necesito abrir mas de 160.000 archivos xml y sacar informacion I use tXmlDocument class Uso la clase TxmlDocument I have the file names in an Array Tengo los nombres de los archivos en un arreglo     For X=1 to 160.xxx        If z=400           HB_GcAll()           SysRefresh()  ...
by Adolfo
Wed Mar 20, 2024 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Mensaje Error irrecuperable 9009: hb_xrealloc
Replies: 4
Views: 843

Help with HB_REALLOC ERROR 9009

... info Necesito abrir mas de 160.000 archivos xml y sacar informacion I use tXmlDocument class Uso la clase TxmlDocument I have the file names in an Array Tengo los nombres de los archivos en un arreglo     For X=1 to 160.xxx        If z=400           HB_GcAll()           SysRefresh()  ...
by Adolfo
Wed Mar 20, 2024 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1100

Re: Question about performance RowSet

... [lReadOnly] ) Execute aData := oCn:Execute( cSql, [aParams] ) We get the data in a multi-dimensional array. In case we need the structure, call this immediately aStruct := oCn:Execute() QueryResult This is an extension to Execute. if we use ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4036

Re: How to include hbCurl?

... that it doesn't have spaces or special characters that might break the JSON format. If you have multiple tags to add, you would expand the `tags` array like so: ```json "tags": [{"name": "tagName1", "status": "active"}, {"name": "tagName2", ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2950

Re: Question about performance RowSet

... [lReadOnly] ) Execute aData := oCn:Execute( cSql, [aParams] ) We get the data in a multi-dimensional array. In case we need the structure, call this immediately aStruct := oCn:Execute() QueryResult This is an extension to Execute. if we use ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4036

Re: FWH 24.02 new Class TWebView2

... y funcionó correctamente, mostrándome el dialogo del Login y me envía la respuesta, pero tuve que tratar la misma de otra forma ya que envía un array con un hash en la posición 1, por lo que no es necesario utilizar la función hb_jsonDecode(). Pero veo que también el método "Return()" ...
by csincuir
Wed Mar 13, 2024 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2466

Re: Acopy para matrices

... bien, pero la solución que funcionó magníficamente con algún pequeño ajuste fue la de Willy. Porque en realidad yo quería poder añadir varios arrays a un array que reúna todos los elementos de los mismos, y aClone() me permite añadir un array, pero si agrego otro, el array no se agrega a continuación, ...
by JoseAlvarez
Thu Mar 07, 2024 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acopy para matrices
Replies: 5
Views: 261

Re: Acopy para matrices

... bien, pero la solución que funcionó magníficamente con algún pequeño ajuste fue la de Willy. Porque en realidad yo quería poder añadir varios arrays a un array que reúna todos los elementos de los mismos, y aClone() me permite añadir un array, pero si agrego otro, el array no se agrega a continuación, ...
by jose_murugosa
Thu Mar 07, 2024 2:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acopy para matrices
Replies: 5
Views: 261

Re: SWAGGER-UI para documentar nuestras API.

Hi. Quim and I, connect using Postman, but your have documentation in https://mailchimp.com/developer/marketing/api/root/list-api-root-resources/ Your need {apikey}, etc.. Example using curl from command line; curl -X GET \ 'https://${dc}.api.mailchimp.com/3.0/?fields=<SOME_ARRAY_VALUE>&ex...
by thefull
Wed Mar 06, 2024 5:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1977
Next

Return to advanced search