Search found 131 matches: combine

Return to advanced search

Re: WebView resize

... layer for deeper system integration or advanced functionalities. This approach offers a modern and versatile way to develop applications that combine the best of web and native worlds. https://mybergland.com/fwforum/wv_cols_accordions.gif
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Re: Fulltext-Search

Hello freinds, To search in different file types such as *.prg, *.html, and *.docx, you can combine multiple Get-ChildItem commands, each with a different filter, and merge the results with the pipeline operator (|). Best regards, Otto (Get-ChildItem -Path c:\Entwicklung_2012 ...
by Otto
Mon Mar 18, 2024 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1247

Re: Window transition event

... the WM_ACTIVATE message in the application's main window procedure. This message indicates window activation changes (activating/deactivating). Combine with the LOWORD of wParam to check the activation state (e.g., WA_INACTIVE for background). You may need to inherit a Class TMyWindow from TWindow ...
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 503

Re: xbrowse and tooltip

You can combine text and an image in a cell.
Code: Select all  Expand view
:aCols[1]:bStrData:={||}
 :aCols[1]:nDataBmpAlign:=AL_RIGHT
 :aCols[1]:bBmpData{||}
by Natter
Sat Nov 25, 2023 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and tooltip
Replies: 5
Views: 560

Re: xbrowse and tooltip

... into it. Maybe the colored box can be changed in layout like you would. 2 If the browse is not to big, create 1 png with the data of the cell and combine a transparent png with the red dot in upper right. Use this pics to browse, but it will slow down stuff (just a idea) With option 1 your customer ...
by Marc Venken
Fri Nov 24, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and tooltip
Replies: 5
Views: 560

New FTDN October/Octubre 2023 (FWH 23.10)

... &hilit=cargos&sid=c205af2b5c421b3f5c4b7fc27c3d4598#p263266 * New: samples\xbrwpages.prg shows how to combine a xbrowse with a TPages control that holds TScrollPanel objects. Very interesting, don't miss it! * Enhancement: FW_MemoEdit( cJsonFile/text ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: Bug in Harbour Descend()

Yes, that's right. The problem is there when you want to combine dates and other data types. In this case you have to convert the dates to strings and here the codepage breaks the sort order of the descending string.
by Enrico Maria Giordano
Tue Oct 18, 2022 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1688

Re: Combine xBrowse columns

Yes, I understand. Thanks !
by Natter
Wed Jun 29, 2022 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combine xBrowse columns
Replies: 8
Views: 655

Re: Combine xBrowse columns

oBrw:aCols[ 2 ]:bExtend := { If( <cond>, 1, 0 ) }  For any column, number of columns returned by bExtend, to the right of the current column are merged with the current column If aCols[ 3 ]:bMerge returns 3, then columns 3,4,5,6 are merged. ( col 3 to col 3+3 ) If aC...
by nageswaragunupudi
Wed Jun 29, 2022 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combine xBrowse columns
Replies: 8
Views: 655

Re: Combine xBrowse columns

xcelmg.prg is a good example! However, the bExtand code block assumes gluing columns starting from the first one.
How do I glue, for example, only 2 and 3 columns ?
Is it possible not to show column separators in one line ?
by Natter
Wed Jun 29, 2022 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combine xBrowse columns
Replies: 8
Views: 655

Re: Combine xBrowse columns

version FWH2007 onwards
by nageswaragunupudi
Wed Jun 29, 2022 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combine xBrowse columns
Replies: 8
Views: 655

Re: Combine xBrowse columns

xbcelmrg.prg?
from which version?

In 17.09 there is not
by damianodec
Wed Jun 29, 2022 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combine xBrowse columns
Replies: 8
Views: 655

Re: Combine xBrowse columns

This is much simpler:

Please try \fwh\samples\xbcelmrg.prg

Image
by nageswaragunupudi
Mon Jun 27, 2022 4:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combine xBrowse columns
Replies: 8
Views: 655

Re: Combine xBrowse columns

Thanks! I completely forgot about this example :(
by Natter
Sat Jun 25, 2022 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combine xBrowse columns
Replies: 8
Views: 655

Re: Combine xBrowse columns

Please try fwh\samples\xbruser.prg.

Image
by nageswaragunupudi
Sat Jun 25, 2022 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combine xBrowse columns
Replies: 8
Views: 655
Next

Return to advanced search