Search found 160 matches: dimension

Return to advanced search

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: 5877

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: 763

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: 778

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: 703

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: 473

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: 468

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: 382

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: 2780

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: 751

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: 590

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: 1181

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: 681

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: 2899

Re: Multiple Dimension Array in Combobox

As I said, I had an alternative method. I have a simple lookup function that shows a browse of the code/description. Double click on the right one and it returns the correct value to the field. I do lookups throughout my program without any difficulty. In this case, I was simply exploring an alterna...
by TimStone
Thu Aug 29, 2019 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4025

Re: Multiple Dimension Array in Combobox

If you not post a small sample we cannot help you
by Silvio.Falconi
Thu Aug 29, 2019 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4025
Next

Return to advanced search