Search found 28 matches: merging

Return to advanced search

Re: HTML reports - live preview inside VS Code

... early stage of development. The purpose is also giving the column width, row height, border-type, the font-style, color,... of each cell. Also to merging cells,.... #INCLUDE "fivewin.CH"function Main(cAufruf)    local oBtn    local I         ...
by Marc Vanzegbroeck
Mon Aug 02, 2021 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML reports - live preview inside VS Code
Replies: 8
Views: 1007

Re: xImage - problem with < MOVE >

Marc, A practical use of the tool. Is that what You need merging different infos on any position to the main-image and save as new :?: It would be perfect to make it possible to add some free text. It is easy to make any combinations. 1. select the main ...
by ukoenig
Sun Apr 04, 2021 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage - problem with < MOVE >
Replies: 5
Views: 953

Re: Color of the oTree

Works. Thanks. I color the row for ::otree:nlevel=1, but it would be more convenient to combine columns in this row. I tried using column merging from the XBRUSER.PRG example Everything works, but the column separators are visible :cry:
by Natter
Sun May 17, 2020 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color of the oTree
Replies: 4
Views: 1591

xBrowse: Vertical Merge

... to set up vertical merge on Col 1 and Col 2. But doesn't seem to work. Am using Harbour+FWH1912 for this. What seems to be wrong: 1. Despite merging, horizontol lines are still painted in col 1 2. Only one checkbox appeared in col 2. Col 2 should have 2 check boxes. One for item 1 the other ...
by hua
Wed Apr 22, 2020 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Vertical Merge
Replies: 14
Views: 2463

Re: Funciones de Arrays()

Inserting:

AINS( aArray, nAt, uValue, .t. )

Merging two arrays:

aFirst := AMERGE( aFirst, aSecond )
by nageswaragunupudi
Thu Oct 04, 2018 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones de Arrays()
Replies: 4
Views: 718

New FTDN November/Noviembre 2016 (FWH 16.11)

... * 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 may be necessary for grouping. In such cases bMergeValue may be specified. - Fix: oCol:cDataType 'F': When ...
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: 3150

Merging datas and structures

In the Harbour group users https://groups.google.com/forum/?fromgroups#!topic/harbour-users/dTisk_kIsXk DBSTRUMERGE("mpdbtmp",{ "plos2016", "poc2016", "ras2016", "rass2016", "razm2016", "vra2016", "vras2016" ...
by cnavarro
Sat Mar 26, 2016 2:02 pm
 
Forum: Utilities / Utilidades
Topic: Merging datas and structures
Replies: 0
Views: 376

Re: strange error with png files

Silvio, Painting a Button on top of a image doesn't work ( the transparent area shows the window-brush ) The following solution works, merging 2 images for brush usage Using PIXELFORMER 1. load and copy the needed image 2. create a new image with the window-size and wanted backgound-color ...
by ukoenig
Wed Jan 13, 2016 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error with png files
Replies: 2
Views: 559

Re: Display the text vertically

Natter wrote:Is it possible in XBrowse horizontal merging of cells (a la Excel) ?


No
Only vertical merging.
by nageswaragunupudi
Fri Dec 04, 2015 7:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display the text vertically
Replies: 14
Views: 1920

Re: Display the text vertically

This is what we need. Thank, Mr. Rao !

Is it possible in XBrowse horizontal merging of cells (a la Excel) ?
by Natter
Fri Dec 04, 2015 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display the text vertically
Replies: 14
Views: 1920

Re: error FWH 15.04 with xHarbour.com

... have with VS ). So I will likely have to create a version of it for xHarbour also. I can't do that because I'm using features in FWH 15.04 ( like merging buttonbars into dialogs ). I wish I didn't have that problem, but I need to keep my customers running and moving forward or there will be no ...
by TimStone
Mon May 18, 2015 9:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error FWH 15.04 with xHarbour.com
Replies: 38
Views: 7703

Re: Looking for the topic : RMK-file with multiple RC-files

... with many resources, I have to split them. The old release, I used DLL's. Now I want to convert to RC-files I still remember another solution, merging the RC-files. I have to add : PFLEGE_0.rc PFLEGE_1.rc PFLEGE_2.rc PFLEGE_3.rc PFLEGE_4.rc to be included in PFLEGEPL.exe Tested ( just the beginning ...
by ukoenig
Mon Mar 02, 2015 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for the topic : RMK-file with multiple RC-files
Replies: 6
Views: 1318

EasyReport progress

... being checked in and realized others were on the same task, just approaching it in a different fashion. I stopped with my changes and just started merging the changes being pushed to bitbucket. Mastintin, you are a machine ;-) I have some very specific goals in terms of data management and storage, ...
by rhlawek
Sat Sep 13, 2014 2:08 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: EasyReport progress
Replies: 5
Views: 2136

Re: Next target: EasyReport !!! :-)

... site actually work to expand our capabilities as many of us merge into FWH / Harbour / Visual Studio 2013 with good results. Also the focus on merging in traditional coding with SQL capabilities is in the same direction. It is all about providing us with versatility, and the ability to have ...
by TimStone
Mon Jul 14, 2014 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Next target: EasyReport !!! :-)
Replies: 61
Views: 14822

Merging a alpha-channel to JPG

Hello, inside my new tool-release I added a option < merge alpha-channel > usage : 1. load a normal JPG ( still have to test other possible formats ) 2. select button < merge alpha-channel > 3. define a resize-factor of the image, You want to display 4. click inside the main image, to de...
by ukoenig
Wed Jun 04, 2014 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Merging a alpha-channel to JPG
Replies: 0
Views: 291
Next

Return to advanced search