xbrowse with array

xbrowse with array

Postby Silvio.Falconi » Tue Apr 26, 2022 9:20 am

Image
What's happened ?
I converte a dbf into array and then I made

Code: Select all  Expand view
@40,0 XBROWSE oBrw  SIZE -2,-2 PIXEL OF oDlg ;
           DATASOURCE aData COLUMNS aBrowse


the array abrowse is..

Code: Select all  Expand view
local aBrowse   := { { "DATA",        i18n("Data "),,     80, },;
                    { "CONCORSO",    i18n("Concorso"),,  40, },;
                    { "BA1",    i18n("1"),,  30, },;     //3
                    { "BA2",    i18n("2"),,  30, },;
                    { "BA3",    i18n("3"),,  30, },;

......

 


How I can make to load all field of array (57) ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6892
Joined: Thu Oct 18, 2012 7:17 pm

Re: xbrowse with array

Postby nageswaragunupudi » Wed Apr 27, 2022 4:07 am

Code: Select all  Expand view
local aBrowse   := { { 1,        i18n("Data "),,     80, },;
                    { 2,    i18n("Concorso"),,  40, },;
                    { 3,    i18n("1"),,  30, },;     //3
                    { 4,    i18n("2"),,  30, },;
                    { 5,    i18n("3"),,  30, },;
 
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10465
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: xbrowse with array

Postby Silvio.Falconi » Wed Apr 27, 2022 10:59 am

nageswaragunupudi wrote:
Code: Select all  Expand view
local aBrowse   := { { 1,        i18n("Data "),,     80, },;
                    { 2,    i18n("Concorso"),,  40, },;
                    { 3,    i18n("1"),,  30, },;     //3
                    { 4,    i18n("2"),,  30, },;
                    { 5,    i18n("3"),,  30, },;
 


I wanted to see if maybe the xbrowse is faster if I convert the dbf to array
because on my computers I have the same problem (asus Rog with 8GBRam without ssd and Lenovo Miix320 with 4GBram without ssd )
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6892
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Silvio.Falconi and 24 guests