Search found 1441 matches: cell

Return to advanced search

Re: Creating table with Trichedit

... LEFT ; // Center table horizontally on page FONTNUMBER 2 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 10 Pt. font for the body rows CELLAPPEAR BOLD_OFF ; // Normal cells unbolded CELLHALIGN LEFT ; // Text in normal cells aligned left COLUMNS 10 ; // Table has n Columns CELLWIDTHSээ ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

... LEFT ; // Center table horizontally on page FONTNUMBER 2 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 10 Pt. font for the body rows CELLAPPEAR BOLD_OFF ; // Normal cells unbolded CELLHALIGN LEFT ; // Text in normal cells aligned left COLUMNS 10 ; // Table has n Columns CELLWIDTHSээ ...
by Silvio.Falconi
Sat Jan 27, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Creating table with Trichedit

... LEFT ; // Center table horizontally on page FONTNUMBER 2 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 10 Pt. font for the body rows CELLAPPEAR BOLD_OFF ; // Normal cells unbolded CELLHALIGN LEFT ; // Text in normal cells aligned left COLUMNS 10 ; // Table has n Columns CELLWIDTHSээ ...
by MMK
Sat Jan 27, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457

Re: Text on another line

Thanks, Rao, I got the idea!!! Yes, I can also use :SetColsAsRows( 3, 4 ). But I need to keep the glued column separate. So I did it through :bStrData. In this case, I got a gluing of 2 columns (separated by a CRLF),
but I could not show the rows in the cell in different colors/fonts :(
by Natter
Tue Dec 26, 2023 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text on another line
Replies: 4
Views: 470

Text on another line

Hi,

An array is viewed in the xBrowse. The xBrowse cell is 2 rows high.
I need to show basic information + additional information in the cell (with a different font).
What I do with FW_SayTextHilite().
How do I make this additional information appear on another line?
by Natter
Mon Dec 25, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text on another line
Replies: 4
Views: 470

Re: Convert a print to Rtf or doc

... a one line program in FWH XBROWSER "CUSTOMER.DBF" FASTEDIT with vertical and horizontal scrolling and facility to edit values inside the cell, validate and immediately save to dbf,recordset or whatever. So they choose what helps them to develop the application faster. In fact I have been ...
by nageswaragunupudi
Fri Dec 01, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: Strange behavior of xBrowse

... just wanted to find the reason by looking (via Override) at the work of the xBrowse methods. I am interested in the method that is executed when a cell is clicked
by Natter
Sun Nov 26, 2023 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 773

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

Strange behavior of xBrowse

Hi,

There is a xBbrowse with an array. When clicking on a particular cell, this cell receives focus with a long delay.
I could not determine the reasons for this. Tell me what method works when click on a cell ?

FWH 2307
by Natter
Sat Nov 25, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 773

Re: xbrowse and tooltip

The Red dot would be a extra element into the cell.... Mr. Rao will know the possibilities. But this is also a option. 1 Coloring the cell like in this post : https://forums.fivetechsupport.com/viewtopic.php?f=3&t=40217&hilit=cellborder ...
by Marc Venken
Fri Nov 24, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and tooltip
Replies: 5
Views: 561

Re: xbrowse and tooltip

hi karinha what I would like is the dot red in the cell with tooltip. My xbowse has 35 column and tooltip could be in 1 or 3 or 10 or 15 column (it's a random) when the users open xbrowse he doesn't know where the tooltip is. the excel example (dot ...
by damianodec
Fri Nov 24, 2023 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and tooltip
Replies: 5
Views: 561

Ayuda, busqueda incremental

... , ; oemtoansi( "Descripci¢n" ), "Ult. Proveedor", ; "costo" , ; "UM", , "Ult.Modif" ; LINES CELL font ofont ON dblCLICK ( lsavek := .t., oDlgSTK:End() ) obrw:bKeyDown = { | nKey, nCol, nFlags | iif( nKey = K_ENTER, ( lsavek := .t., oDlgSTK:End() ...
by jpcavagnaro
Wed Nov 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda, busqueda incremental
Replies: 1
Views: 314

Word separators

Hi,

If the text in the browse cell is larger than the column width, then the text is split automatically by words separated by a space.
Is it possible to specify other separators ("- ,;", etc.) ?
by Natter
Mon Nov 20, 2023 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Word separators
Replies: 0
Views: 378

Re: colorize a xbrowse with a brush

For setting background color of empty cells, we need not use brush XBROWSER aData SETUP ;   oBrw:bClrStds := { |b,o| { CLR_BLACK, If( o != nil .and. Empty( o:Value ), ;      CLR_BLUE, CLR_WHITE ) } }  For ...
by Silvio.Falconi
Wed Nov 08, 2023 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 339

Re: xBrowser click

Mr Rao,

I need to treat each xBrowser cell as if it were a button. Simply click on it and it will perform an action.

The bLClicked command, it seems, treats the entire line.

Att.,

Oliveiros Junior
by oliveiros junior
Tue Oct 17, 2023 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 934
PreviousNext

Return to advanced search