Search found 162 matches: dimension

Return to advanced search

Re: Reload data in a combobox

the second combobox control works fine if I do it in a single dimension, when it tries to repopulate the asubcategory array with two elements it doesn't work and crashes
by Silvio.Falconi
Tue Apr 30, 2024 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 131

Reload data in a combobox

... 00000000 00D73000 00000001 00000143    77898A99 00F5D850   00F5D870 7788453D 01ADE430 00000000 00000000 00000001 00000000 00000000 If I use one dimension for second combobox then run ok But I need two elements
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 131

Re: Calculate total pages

... on class TPrinter to get the From & To pages selected on the print dialog when the FROM USER clause is used. This method returns a two dimension array but also you can pass the nFrom and nTo variables by reference, for example: aPages := oPrn:GetPages(@nFrom, @nTo)
by Marc Venken
Fri Nov 24, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5912

Re: Desactivar Botones en xBrowse

Buenas tardes disculpen la consulta pero tiene que algo que ver con el tema.

Como puedo dar dimension al xbrowser algo como el size y ponerlo dentro de un dialogo

Gracias.
by EASYSOFT
Tue Aug 15, 2023 10:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desactivar Botones en xBrowse
Replies: 16
Views: 771

Re: How to create a PRIVATE variable owned by the caller?

... to the <identifier>. When the <identifier> specification indicates an array, the syntax for specifying the number of elements for each dimension can be array[<nElements>, <nElements2>,...] or array[<nElements>][<nElements2>]... The maximum number of elements ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 803

Re: Harbour + BI

Antonio, Operan lo que hay en rojo: Las llamadas dimensiones y los operandos de "acumular" En funcion de eso se crea un primer listado y pulsando sobre una de sus filas se baja al siguiente nivel y asi hasta recorrer la ultima dimension. ...
by hmpaquito
Sat Sep 24, 2022 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour + BI
Replies: 9
Views: 729

Como Agregar Columna a un Arreglo

Hola a Todos, esperando se encuentren mejor de lo deseado. Inicializo un arreglo de memoria bidimensional de 20 columnas y X cantidad de filas. Necesito agregarle más adelante otra columna, de manera que quede de 21 columnas y X filas sin perder los datos. Traté con ASIZE() ...
by JoseAlvarez
Tue Nov 09, 2021 11:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Agregar Columna a un Arreglo
Replies: 8
Views: 492

Ayuda con Combobox

El control Combobox es un control que siempre lo he usado con un vector (una dimension) sin problemas, pero necesitaría utilizar una matriz de 2 columnas (2 líneas por elemento). Quiero que en el Combobox me muestre la lista de elementos de una columna de la matriz ...
by jose_murugosa
Fri Oct 29, 2021 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Combobox
Replies: 6
Views: 487

QueryResult 1 row and many rows different array type

Dear All, I use FWMARIADB with MariaDb and I got strange behavior as below; I use oCon:QueryResult(..). Result as many rows : got as dimension array aResult := {{'1','smith', 100 },; {'2','John', 200 }} Result as 1 row : got as 1 column array as many rows aResult := {'1','Smith',100} But ...
by dutch
Sun Mar 28, 2021 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: QueryResult 1 row and many rows different array type
Replies: 1
Views: 388

Re: About TCalendar

... 2 );   hb_storni(lParam->dwNewView, 3 );}#pragma ENDDUMP I added some code to automatic resize to best dimension at init
by AntoninoP
Wed Dec 23, 2020 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 2854

Re: Font sizing for printout.

... 7:58 PM - JBott Here are two sets of data from different devices (both for 8.5x11 inch paper). Previously, I assumed that nHorzRes() was the dimension of the paper but it is the printable area of the page. All the vars refer to the printable area except for GetPhySize(). oPrn:cModel: HP DeskJet ...
by James Bott
Tue Jun 23, 2020 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 767

Another historic moment in Harbour ...

Hi !,

Today connected the group of mod Harbour and commmanded by Mr. Antonio we have entered the dimension of being able to debug at the harbour code level with Visual Code.

Simply spectacular !

C.
by Carles
Sun May 31, 2020 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another historic moment in Harbour ...
Replies: 2
Views: 608

Otro momento historico en Harbour...

Hola !,

Hoy conectados el grupo de mod Harbour y de la mano de Antonio hemos entrado en la dimension de poder depurar a nivel codigo harbour con Visual Code.

Simplemente espectacular !

C.
by Carles
Sun May 31, 2020 5:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otro momento historico en Harbour...
Replies: 6
Views: 1189

Re: Improve Code

... size then fill it instead of do aAdd more and more. If you don't know the final size you can pre-allocate of a big size then use aSize of right dimension, like aData:=Array(1000)j:=1for i:=1 to 1000   if( something )     aData[j++]:= value   endifnextaSize(@aData,j) ...
by AntoninoP
Fri Dec 27, 2019 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Improve Code
Replies: 5
Views: 694

New FTDN September/Septiembre 2019 (FWH 19.09)

... the additional libraries to be linked for different compilers. * Fix: TPen: When created for a device, hPen is not created for the corresponding dimension of the device. Now fixed. * New function MOVETOEX( x, y ) --> { startingX, startingY } * XImage: bPainted was not working before. Now it ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2911
Next

Return to advanced search