Search found 107 matches: dimensional

Return to advanced search

Re: Question about performance RowSet

... cSql, [aParams], [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. ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 467

Re: Question about performance RowSet

... cSql, [aParams], [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. ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 467

Re: check on get

There will be better ways, but i would think of making the aGet 2 dimensional and fill the second part with the original data.
After edit you could simple check the values for differences in the aGet
by Marc Venken
Fri Nov 24, 2023 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3752

Re: intercept repeated values in an array

... )                    Endif           next      xbrowser aResu   return nil As I wrote on private mail the problem is another for the two dimensional array i solved For n= 1 to 90        For k= 1 to 90              nTotale  := Calc_Ambi_Sum_dist(n,k,ntipo)              If  nTotale=nvalore  ...
by Silvio.Falconi
Wed Oct 26, 2022 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: intercept repeated values in an array
Replies: 5
Views: 283

Re: Postal bar code

Dear Tim, Ask at the North American Post Office, if the Code is Two-Dimensional Datamatrix 2D??

Estimado Tim, Pregunte en la oficina de correos de América del Norte si el código es bidimensional Datamatrix 2D?

Thanks

Regards, saludos.
by karinha
Wed Oct 19, 2022 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Postal bar code
Replies: 8
Views: 610

Re: two dimensional array

opps right!!!
by Silvio.Falconi
Fri Apr 01, 2022 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 325

Re: two dimensional array

Silvio, xBrowsae() is such a mighty function. For debugging, you should insert xBrowse() and check the objects. Best regards, Otto Function Gemelli(oCmb,oSay)     local atemp:={}     local k,t            xbrowse&...
by Otto
Fri Apr 01, 2022 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 325

Re: two dimensional array

Please try this if you press each button run ok it change the color now press "GE" #include "fivewin.ch"#define ORANGE  nRGB( 255, 165, 0 )#define LIGHTORANGE  nRGB( 255, 160, 122 )function  Select90()   Local oBtnOK,oBtnCan,oDlgDEFINE DIALOG oDl...
by Silvio.Falconi
Fri Apr 01, 2022 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 325

Re: two dimensional array

I need to make an array with two dimesion type oBtnNum[10,9 ] in order to have the cCaption from 1 to 90 each row ten number but at the same time having each button recognizable for example oBtnNum[2,1 ] is the btn with the cCaption number 11 ( Col 1,Row 2) How do it ? I made for k=1 to 10 For j=1 ...
by Silvio.Falconi
Fri Apr 01, 2022 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 325

Re: two dimensional array

I need to make an array with two dimesion type oBtnNum[10,9 ] in order to have the cCaption from 1 to 90 each row ten number but at the same time having each button recognizable for example oBtnNum[2,1 ] is the btn with the cCaption number 11 ( Col 1,Row 2) How do it ? I made for k=1 to 10 For j=1 ...
by dutch
Fri Apr 01, 2022 1:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 325

two dimensional array - resolved!!

I need to make an array with two dimesion type oBtnNum[10,9 ] in order to have the cCaption from 1 to 90 each row ten number but at the same time having each button recognizable for example oBtnNum[2,1 ] is the btn with the cCaption number 11 ( Col 1,Row 2) How do it ? I made for k=1 to 10 For j=1 t...
by Silvio.Falconi
Wed Mar 30, 2022 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 325

Re: Leer Excel grande a un array o DBF

... If range has no headers: Copies contents of excel columns from left to right into fields contained in the list. Skips in case of no match. - Two-dimensional array: First element of each item contains the field name and the second element contains the corresponding header in the excel range or ...
by nageswaragunupudi
Tue Feb 08, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 732

Re: FullTextSearch

Hallo, Gracias por tu propuesta. Haré algunas pruebas. En este caso, creo que es más fácil si devuelvo una matriz multidimensional como resultado: por ejemplo, texto y enlace. Pero tu sugerencia es genial. Simple y eficaz. A menudo no ves lo simple. Cálidos saludos Otto Hello, Thank ...
by Otto
Tue Nov 02, 2021 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FullTextSearch
Replies: 2
Views: 312

Re: Number of Fields

... can be the student name, and then the additional elements can be for the exercises they do that day. Using the student file, you create a two dimensional array, with one for each student. Then use an xbrowse, editable, to show the array. The user sees it and can fill in the values. When you ...
by Silvio.Falconi
Fri Oct 15, 2021 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of Fields
Replies: 9
Views: 869

Re: Number of Fields

... can be the student name, and then the additional elements can be for the exercises they do that day. Using the student file, you create a two dimensional array, with one for each student. Then use an xbrowse, editable, to show the array. The user sees it and can fill in the values. When you ...
by TimStone
Wed Oct 13, 2021 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of Fields
Replies: 9
Views: 869
Next

Return to advanced search