Search found 364 matches: setarray

Return to advanced search

Re: xbrowse No existe el metodo: LREADONLY

... a la función que lo llama, es posible que te dé un error. Como vez estoy pasando el parametro oBrw a la funcion y le asigno el valor del array en SetArray por lo tanto no es necesario devolver el array modificado ni tampoco usar aArrayData ya que el method SetArray lo hace. De todas maneras la ...
by JoseAlvarez
Sun Mar 03, 2024 8:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 468

Re: xbrowse No existe el metodo: LREADONLY

... sure you are using XBrowse without any modifications? Is it possible to have simple reduced sample, which we can try at our end? Code: *** oBrw:SetArray( aArray) <------------ no volver a asignar oBrw:aArrayData = aArray <------------ actualiza datos y refresca oBrw:Refresh() This is what ...
by nageswaragunupudi
Sat Mar 02, 2024 2:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 468

Re: xbrowse No existe el metodo: LREADONLY

... a la función que lo llama, es posible que te dé un error. Como vez estoy pasando el parametro oBrw a la funcion y le asigno el valor del array en SetArray por lo tanto no es necesario devolver el array modificado ni tampoco usar aArrayData ya que el method SetArray lo hace. De todas maneras la ...
by albeiroval
Fri Mar 01, 2024 7:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 468

Re: SetArray xBrowser

Thanks Mr Rao.
by oliveiros junior
Wed Dec 13, 2023 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 275

Re: SetArray xBrowser

I am posting a working sample for switching arrays of images. Please see if you can use similar logic for your requirement. #include "fivewin.ch"function Main()   local oWnd, oBrw, oBar,    oFont, oBold   local aData, nPath := 1   local aPath := { "..\bitmaps\alphabmp\&qu...
by nageswaragunupudi
Wed Dec 13, 2023 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 275

Re: SetArray xBrowser

Obrigado Karinha. Ajudou bastante.
by oliveiros junior
Tue Dec 12, 2023 8:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 5
Views: 513

Re: SetArray xBrowser

by karinha
Tue Dec 12, 2023 5:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 5
Views: 513

Re: SetArray xBrowser

José Álvares,

Lo probé pero no funcionó. Gracias por la respuesta.

Att.,

Oliveiros Junior
by oliveiros junior
Tue Dec 12, 2023 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 5
Views: 513

Re: SetArray xBrowser

oBrowser:aArrayData :=aArray
by JoseAlvarez
Tue Dec 12, 2023 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 5
Views: 513

SetArray xBrowser

... Array. When searching the database, I build a new array, and then empty the array - oBrowser:aArrayData := {}, try to reload the array by giving a SetArray - oBrowser:SetArray( aArray ), and then renew obrowser - oBrowser: Refresh(). However, it does not completely renew the browser. The texts ...
by oliveiros junior
Tue Dec 12, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 275

SetArray xBrowser

... Cuando busco en la base de datos, construyo una nueva matriz y luego la vacío - oBrowser:aArrayData := {}, intento recargar la matriz dando un SetArray - oBrowser:SetArray( aArray), y luego renuevo el navegador - oBrowser: Refresh (). Sin embargo, no renueva completamente el navegador. Los ...
by oliveiros junior
Tue Dec 12, 2023 3:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 5
Views: 513

Re: new Array for XBROWSE -> only 1st Column ?

... XBROWSE is "open" i use Array "temporary" to hold difference of 2 x DBF "to sync" them In that case, please use :SetArray( aData,,,.T. )
by nageswaragunupudi
Sat May 27, 2023 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: new Array for XBROWSE -> only 1st Column ?
Replies: 7
Views: 319

Re: new Array for XBROWSE -> only 1st Column ?

... Value of all FIELD which i add to aData as i say it work correct when get Array aData first, but how to assign it later to XBROWSE :?: is oBrw:SetArray() right :?:
by Jimmy
Thu May 25, 2023 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: new Array for XBROWSE -> only 1st Column ?
Replies: 7
Views: 319

Re: Xbrowse Check/uncheck all

... 5, 80, 110, oDlg) // ????????????? not create the xbrowse on my ccordinates oLbxMesi:HasBorder(.f.) // nStyle(WS_NOBORDER) oLbxMesi:setarray(aMesi) oLbxMesi:SetMultiSelectCol() oLbxMesi:aCols[1]:cHeader := i18n("Mesi") oLbxMesi:aCols[1]:nWidth := 100 oLbxMesi:CreateFromCode() ...
by Silvio.Falconi
Sat May 21, 2022 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Check/uncheck all
Replies: 5
Views: 441
Next

Return to advanced search