Search found 34 matches: arr

Return to advanced search

usando listbox

tengo un dialogo con un listbox y necesito cambiar su tamaño de dibujado dinamicamente, he estado probando nleft, nwidth , ntop etc.. y ninguna forma de cambiar sus dimensiones parece funcionarme, el codigo que lo declara es este y luegoo no encuentro la forma de cambiar sus dimensiones, aqui esta e...
by Peter616
Tue Jul 04, 2023 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: usando listbox
Replies: 3
Views: 248

Re: xHarbour to Harbour

Override Method MouseWheel In Class TXBrowse With XBr_MWhl
Override Method Copy In Class TGet With Cpy_

here - METHOD error
................................................................

atail(a_sp[len(a_sp),2]):=aclone(Str_Arr(dim[st,2,zz], chr(166)))

here - () error
by Natter
Fri May 27, 2022 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 21
Views: 1204

Re: Como me refiero al total de una columna

Ariel y amigos: Gracias por tu consejo pero no me funciona aún, adjunto trozo de código por si ustedes ven algo que yo no REDEFINE XBROWSE oBry ID 300 OF oDlg; DATASOURCE oRsAde; COLUMNS "ADE_ARR","ADE_AMO","ADE_MES","ADE_CPT","ADE_IMP"; HEADERS &quo...
by Armando
Fri Nov 13, 2020 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como me refiero al total de una columna (SOLUCIONADO)
Replies: 8
Views: 931

Re: save an array on text

I am sorry - I saw on your code Function PrintArray( arr, lNoNewLine ) . Therefore I thought you like to print the array. but even if I had called the function with "Printarray" because every time I put a message you have to force me to be ...
by Silvio.Falconi
Wed May 13, 2020 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save an array on text
Replies: 10
Views: 947

Re: save an array on text

I am sorry - I saw on your code Function PrintArray( arr, lNoNewLine ).
Therefore I thought you like to print the array.
by Otto
Wed May 13, 2020 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save an array on text
Replies: 10
Views: 947

error in DataRow FW 20.02 SOLVED

Hello , With FW 20.02 I have a error in line 206 I think the problem is ::cSrcType if !( ::cSrcType $ "ARR,HSH" ) // line 206 ::NaviBlocks() endif Application =========== Path and name: d:\prg_SQL\MASTRO\mastrosql.exe (32 bits) Size: 7,880,192 bytes Compiler version: ...
by Maurizio
Mon Apr 27, 2020 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in DataRow FW 20.02 SOLVED
Replies: 4
Views: 719

Re: error on xbrowse with array empty or error on declare an arr

sorry my mistake
now it seem to run ok




but also I have problem at this topic
viewtopic.php?f=3&t=35980#p214315
by Silvio.Falconi
Mon Aug 27, 2018 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse with array empty or error on declare an arr
Replies: 2
Views: 679

Re: error on xbrowse with array empty or error on declare an arr

@ 30, 10 XBROWSE oBrowse1 OF oDlgErrore ; COLUMNS 1, 2 ; HEADERS "Col","Riga" ; COLSIZES 40, 40 ; ARRAY aErroriNum ; SIZE 80,100 PIXEL NOBORDER This is the right way. it not make error but insert on header A B I do not understand what does this mean. Please explain what is the p...
by nageswaragunupudi
Mon Aug 27, 2018 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse with array empty or error on declare an arr
Replies: 2
Views: 679

error on xbrowse with array empty or error on declare an arr

I can have an array empty but the xbrowse give me error when I try to show it aErroriNum:={} this test give me error on this row oBrowse1:aCols[2]:cHeader := i18n("Riga") why ? Function Controllo()   Local aErroriNum:={}   Local oDlgErrore   Local oBrowse1 DEFINE DIALOG o...
by Silvio.Falconi
Mon Aug 27, 2018 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse with array empty or error on declare an arr
Replies: 2
Views: 679

Re: ADO RDD xHarbour

Lucas, Antonio, As you change position to HBRECNO at ADO_CREATE(), this fix is required to handle the array:    /*   fix to add HBRECNO if it´s not present  // Lucas De Beltran 23.05.2015   cannot be first otherwise copy to changes all fields order and values ahf 23.5.2015   Transposes the array to ...
by AHF
Mon May 25, 2015 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446009

Re: Know the exactly field from xbrowse

Hello Silvio Local R:=oBRW:nArrayAt // rigo array Local Z:=oBRW:nCOLSEL // colonna selezionata Local oCOL:=oBRW:aCols[Z] // txcolonna Local C:=oCOL:nArrayCol // indice colonna array - come ARR_X[R][H] Local nDATO:=oCOL:Value() // dato dentro la cella Local nDATO:=ARR_X[R][C] Best Regards Santo
by vensanto
Fri May 03, 2013 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Know the exactly field from xbrowse
Replies: 6
Views: 1232

Re: From Xharbour to Harbour

Richard ,

xhb.ch (not hbcompat.ch) ! hbCompat.ch is called from here

Important for ains(Arr,n,.T.) or aDel(Arr,n,.T.)

See also viewtopic.php?f=3&t=24910&p=135436&hilit=Search+this+forum%E2%80%A6#p135436

Frank
by Franklin Demont
Mon Mar 11, 2013 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From Xharbour to Harbour
Replies: 7
Views: 2501

Re: xBrowse + TDolphin EDIT_GET_LISTBOX

WITH OBJECT oCol   :bEditValue      := { || oQry:preke }   :bEditWhen       := { || lEdt }   :nEditType       := EDIT_GET_BUTTON   :bEditBlock      := { | nRow, nCol, oCol | brw_arr( "Choose!", { "Model", "Description" }, aMod, oC...
by Rimantas
Sun Mar 10, 2013 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + TDolphin EDIT_GET_LISTBOX
Replies: 8
Views: 2072

Re: xBrowse + TDolphin EDIT_GET_LISTBOX

WITH OBJECT oCol   :bEditValue      := { || oQry:preke }   :bEditWhen       := { || lEdt }   :nEditType       := EDIT_GET_BUTTON   :bEditBlock      := { | nRow, nCol, oCol | brw_arr( "Choose!", { "Model", "Description" }, aMod, oC...
by nageswaragunupudi
Sun Mar 10, 2013 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + TDolphin EDIT_GET_LISTBOX
Replies: 8
Views: 2072

Re: xBrowse + TDolphin EDIT_GET_LISTBOX

Error E0005 Outer codeblock variable 'XVAL' is out of reach Yes. We can not use the parameter of the main codeblock inside another codeblock used within the main codeblock. We need to create a function for that. Thanks , Rao ! Understand ... Hello Rao ! Can you help also ? I redid this place with E...
by Rimantas
Sun Mar 10, 2013 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + TDolphin EDIT_GET_LISTBOX
Replies: 8
Views: 2072
Next

Return to advanced search