Search found 203 matches: merge

Return to advanced search

Re: Imprimir texto enriquecido variable

... un editor de texto tipo Word (WordPad en mi caso) y luego cambiar los datos variables en tiempo de ejecucion, lo que puedes hacer es un clasico merge. En mi caso, le paso como parametros a mi funcion, el nombre del texto que quiero tomar como base, y una query con un solo registro que contiene ...
by cmsoft
Tue Nov 14, 2017 11:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir texto enriquecido variable
Replies: 17
Views: 2797

Re: Interfacing with Dicom sistems

Hi Guys,

About DICOM/HL7 images, Did you have already looked at this http://www.merge.com/Solutions/Toolkits.aspx ?
by vilian
Tue May 02, 2017 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 12170

Re: merge cells

Excuse me mr.Rao. I wasn't paying attention. Everything works !
by Natter
Sun Mar 12, 2017 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: merge cells
Replies: 6
Views: 691

Re: merge cells

Natter wrote:Tried, but got error comparison string value and date

If you tried my exact code you will not get the error.
You might have changed my code.

Please note: I never post here any code without first testing, so you can safely trust the code I post in the forums.
by nageswaragunupudi
Sun Mar 12, 2017 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: merge cells
Replies: 6
Views: 691

Re: merge cells

Tried, but got error comparison string value and date
by Natter
Sun Mar 12, 2017 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: merge cells
Replies: 6
Views: 691

Re: merge cells

Code: Select all  Expand view
     :aCols[ 1 ]:lMergeVert     := .t.
      :aCols[ 1 ]:bMergeValue    := { || If( ValType( oBrw:aRow[ 1 ] ) == 'C', oBrw:aRow[ 1 ], Str( oBrw:KeyNo ) ) }
 
by nageswaragunupudi
Sun Mar 12, 2017 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: merge cells
Replies: 6
Views: 691

Re: merge cells

I'm using version 17.01 How to use bMergeValue in this case ?
by Natter
Sun Mar 12, 2017 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: merge cells
Replies: 6
Views: 691

Re: merge cells

You can if you have the latest version of FWH, using oCol:bMergeValue.
by nageswaragunupudi
Sun Mar 12, 2017 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: merge cells
Replies: 6
Views: 691

merge cells

... ; {date(), date()-1}, ; {date(), date()-2}, ; {"CC", "DD"}, ; {"CC", "DD"} } The first column should be merged vertically. Is it possible to specify that you need to merge only cells of the array with the text type ?
by Natter
Sun Mar 12, 2017 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: merge cells
Replies: 6
Views: 691

Re: Inserción de campos en un documento o campo memo

Si, claro, es un MERGE tradicional, no?

Algo asi, solo que utilizando o bien el ACTIVEX de Word o como te comento nuestro control RichEdit

viewtopic.php?f=6&t=31518&p=183397&hilit=reemplazar+en+documento+word#p183361
by cnavarro
Mon Jan 09, 2017 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inserción de campos en un documento o campo memo
Replies: 5
Views: 1834

Re: Inserción de campos en un documento o campo memo

Has e utilizar el oWord:REPLACE en tu plantilla
Aunque otra posibilidad con la que quizás puedas controlarlo mejor es utilizar el control RTF y utilizar el metodo Merge
by cnavarro
Mon Jan 09, 2017 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inserción de campos en un documento o campo memo
Replies: 5
Views: 1834

New FTDN November/Noviembre 2016 (FWH 16.11)

... to fill area with Alpha Color. ( Normal FillRect requires GDI brush handle which does not support alpha color) * XBROWSE: - Enhancement Vertical Merge: New DATA bMergeValue of TXBrwColumn: By default, rows with same value of the column are grouped for merging. In some cases different criterion ...
by Antonio Linares
Wed Nov 30, 2016 12:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
Replies: 4
Views: 3251

xBrowse MergeVert

Me disponia a usar la propiedad de fusión de celdas (combinación quizas mejor traducido), en definitiva Merge Vertical de xBrowse. Y la idea era en un browse visualizar diferentes albranes de ventas, y fusionar las filas número, fecha y total si correspondian aun mismo albarán, ...
by Biel EA6DD
Tue Nov 08, 2016 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse MergeVert
Replies: 2
Views: 869

Re: DBF editors

Otto, Franklin,

I think it would be great if we could merge FWH\samples\FiveDBU.prg and Franklin FWDBU functionality

https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedbu_20160412.zip
by Antonio Linares
Sat Aug 06, 2016 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 16
Views: 4538

Re: FiveWeb Questions

Jeff,

Lailton and I are talking to merge both libraries :-)
by Antonio Linares
Wed Aug 03, 2016 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 26399
PreviousNext

Return to advanced search