Search found 28 matches: swapping

Return to advanced search

Re: Fivewin and ADO

... time of creation, both return the same column object. But at runtime, user can shuffle the columns as he likes by hiding some columns, moving / swapping some columns. So, when we need to refer to the 'n'th column as at the time of creation, oBrw:aCols[ n ] may point to a different column. oBrw:oCol( ...
by nageswaragunupudi
Fri Jun 09, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

New FTDN June/Junio (FWH 21.06)

... ... was executed twice when placed on a RibbonBar button. http://fivetechsupport.com/forums/viewtopic.php?p=241720#p241720 * New xcommand for swapping values of two variables: #xcommand SwapValues( <a>, <b> ) => StackPush( <a> ); <a> := <b>; <b> := StackPop() ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2113

New FTDN June/Jnio (FWH 21.06)

... ... was executed twice when placed on a RibbonBar button. http://fivetechsupport.com/forums/viewtopic.php?p=241720#p241720 * New xcommand for swapping values of two variables: #xcommand SwapValues( <a>, <b> ) => StackPush( <a> ); <a> := <b>; <b> := StackPop() ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 470

Re: *** Curso de C para programadores Harbour.

... a agotar en un momento indeterminado ya que no sabemos los los programas que están cargados en ese momento. Deberíamos de implementar técnicas de swapping a disco duro incluso con estadísticas de uso de solo tener en memoria lo que se está utilizando o lo más utilizado. Harbour tiene casi todo ...
by xmanuel
Sat Apr 03, 2021 8:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 18272

New FTDN August/Agosto 2020 (FWH 20.08)

... popup menu is aligned with the bottom of header. - method DelCol() was changing nCreationOrders of all the columns incorrectly, when deleted after swapping/moving some columns. fixed. - GroupHeaders: - When group headers are specified, oBrw:nHeaderHeight assigned by the programmer was being ignored. ...
by Antonio Linares
Sun Sep 20, 2020 11:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2304

Re: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!

Your main objective is to swap records in servizi.dbf. For this purpose, you are copying the data into an array, swapping array elements and then copy the array back to the dbf. All that is not necessary. You can swap the records in the dbf directly and forget about copying to ...
by nageswaragunupudi
Wed Jan 30, 2019 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!
Replies: 20
Views: 3305

Re: Problem with FW_ArrayToDBF(New)

You are reading the dbf into array and saving again only for the purpose of swapping rows up and down. This is not necessary. We should be able to swap dbf records up and down directly. That is simpler.
by nageswaragunupudi
Sun Jan 13, 2019 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_ArrayToDBF(New) RESOLVED!!!
Replies: 8
Views: 1664

Re: Limite de elementos en arreglo

Hola, En teoría el límite es la memoria instalada o incluso más si el OS hace swapping al HD. Ahora bien, eso es sólo la teoría, porque en la práctica el asunto va a depender más bien de la fragmentación de la memoria asignada al programa. Las operaciones con ...
by Compuin
Fri Oct 19, 2018 3:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Limite de elementos en arreglo
Replies: 5
Views: 1247

Re: Limite de elementos en arreglo

Hola, En teoría el límite es la memoria instalada o incluso más si el OS hace swapping al HD. Ahora bien, eso es sólo la teoría, porque en la práctica el asunto va a depender más bien de la fragmentación de la memoria asignada al programa. Las operaciones con arrays ...
by hmpaquito
Fri Oct 05, 2018 7:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Limite de elementos en arreglo
Replies: 5
Views: 1247

Conferencia internacional de Harbour+FWH - Sesiones

... of columns, group computations and other inbuilt computational capabilities - MakeTotals(). Programming considerations. - Pivot table browses and swapping. - Getbars and Seekbars - Built-in incremental seek/filters - Exporting data Excel, Calc, Report, Word, DBF, PDF - Grouped rows as Merged Columns ...
by Antonio Linares
Mon May 15, 2017 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conferencia internacional de Harbour+FWH - Sesiones
Replies: 0
Views: 1103

Re: 1st FWH + [x]Harbour 2017 international conference

... of columns, group computations and other inbuilt computational capabilities - MakeTotals(). Programming considerations. - Pivot table browses and swapping. - Getbars and Seekbars - Built-in incremental seek/filters - Exporting data Excel, Calc, Report, Word, DBF, PDF - Grouped rows as Merged Columns ...
by nageswaragunupudi
Sun May 14, 2017 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265639

Re: 1st FWH + [x]Harbour 2017 international conference

... of columns, user defined computation of columns, group computations and other inbuilt computational capabilities - Pivot table browses and swapping. - Getbars and Seekbars - Built-in incremental seek/filters - Forgotten and less known switches, methods and features and their uses. Database ...
by nageswaragunupudi
Fri Feb 10, 2017 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265639

New FTDN January/Enero 2017 (FWH 17.01)

... bToolTip. Example usage: oCol:bCellToolTip := { |oCol| cValToChar( oCol:Value ) } fwh\samples\xbceltip.prg - Fix: Painting of column header while swapping columns is incorrect due to a bug introduced in FWH15.10. Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=33448 - Enhancement: ...
by Antonio Linares
Wed Jan 25, 2017 8:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2017 (FWH 17.01)
Replies: 1
Views: 2051

Re: pagers for xBrowse

This may involve multiple Recordsets, opening on demand and swapping them on the basis of navigational needs. Unfortunately there is no way to append or concatenate recordsets. This adds quite a bit complexity to coding but can be done if it is really ...
by nageswaragunupudi
Thu May 19, 2016 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: pagers for xBrowse
Replies: 14
Views: 3867

Tree. Swapping item

Hi, Do u know how i could swap the positions betwen an item on a tree? (for example, i need to move item 1 to position Item 3 ) #include "FiveWin.ch" FUNCTION Main()   local oWnd, oTree, oItem1   local oChild1,oChild2,oChild3   DEFINE WINDOW oWnd FROM 3, 6 TO 20, 70 COLOR "N/W...
by Carles
Mon Feb 03, 2014 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tree. Swapping item
Replies: 0
Views: 276
Next

Return to advanced search