Search found 46 matches: sizing

Return to advanced search

Re: edit a cell of a xbrowse

But I can resize the rows and columns...why ? oBrw:lAllowRowSizing := .f. // prevent row sizing oCol:lAllowSizing := .f. // prevent col resizing of a particular column oBrw:lAllowSizings := .f. // prent resizing of all columns. (2) when I enter a number by moving between ...
by Silvio.Falconi
Sun Jun 12, 2022 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a cell of a xbrowse
Replies: 12
Views: 694

Re: edit a cell of a xbrowse

But I can resize the rows and columns...why ? oBrw:lAllowRowSizing := .f. // prevent row sizing oCol:lAllowSizing := .f. // prevent col resizing of a particular column oBrw:lAllowSizings := .f. // prent resizing of all columns. (2) when I enter a number by moving between ...
by Silvio.Falconi
Sun Jun 12, 2022 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a cell of a xbrowse
Replies: 12
Views: 694

Re: edit a cell of a xbrowse

But I can resize the rows and columns...why ? oBrw:lAllowRowSizing := .f. // prevent row sizing oCol:lAllowSizing := .f. // prevent col resizing of a particular column oBrw:lAllowSizings := .f. // prent resizing of all columns. (2) when I enter a number by moving between ...
by nageswaragunupudi
Sun Jun 12, 2022 1:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a cell of a xbrowse
Replies: 12
Views: 694

Re: no sizing the column of xbrowse

You need for cols

:lAllowSizings := .f.
by Marc Venken
Thu May 12, 2022 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: no sizing the column of xbrowse
Replies: 3
Views: 445

Re: no sizing the column of xbrowse

Hello Silvio, maybe you look for: oBrw:lAllowColSwapping := .f. Best regards, Otto Please I wrote on my config I have allready WITH OBJECT oBrw :nRowHeight := 27 :nClrBorder := CLR_GRAY :lDrawBorder := .t. * :nColorBox := CLR_HRED :lHscroll := .f. :lVscroll := .f. :l2007 := .f. :l2015 := .f. :lAllo...
by Silvio.Falconi
Thu May 12, 2022 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: no sizing the column of xbrowse
Replies: 3
Views: 445

Re: no sizing the column of xbrowse

Hello Silvio,
maybe you look for:

oBrw:lAllowColSwapping := .f.

Best regards,
Otto
by Otto
Wed May 11, 2022 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: no sizing the column of xbrowse
Replies: 3
Views: 445

no sizing the column of xbrowse

:lAllowRowSizing := .f.
:lAllowColSwapping := .f.
:lAllowColHiding := .f.

I use these parameters
but the user can move the column .... why ?

why not exit :lAllowRowSizing ?
by Silvio.Falconi
Wed May 11, 2022 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: no sizing the column of xbrowse
Replies: 3
Views: 445

Re: Resize dialog

Otto wrote:Hello Mauri,
I tried your code and made following changes.




Otto,

it might be fine, but there is font change that gets big right away it's not scaled to window sizing
by Silvio.Falconi
Wed Oct 14, 2020 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1668

Re: Font sizing for printout.

As long as you use only fixed width fonts like Courier New, Lucida Console, Consolas, etc., you can use this function to calculate the number of characters that fit in given length in inches. function CharsPerInches( oPrn, nWidthInInches, oFont ) // --> Number of chars   local n...
by nageswaragunupudi
Thu Jun 25, 2020 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751

Re: Font sizing for printout.

As long as you use only fixed width fonts like Courier New, Lucida Console, Consolas, etc., you can use this function to calculate the number of characters that fit in given length in inches. function CharsPerInches( oPrn, nWidthInInches, oFont ) // --> Number of chars   local n...
by nageswaragunupudi
Thu Jun 25, 2020 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751

Re: Font sizing for printout.

Hi Tim, Tim, I haven't done anything like this in a long time, but below (after my signature) is a note from my FW printing notes file. Keep in mind that everything from the colon on is a remark. I don't know why I did it that way now. I am not sure exactly what you are trying to accomplish, but her...
by James Bott
Tue Jun 23, 2020 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751

Font sizing for printout.

... FONTS on printouts I have had no problems. Suddenly just 1 client is having an issue which I could solve with a better understanding of how FONT sizing works in FiveWin. Here is the line: DEFINE FONT oFnorp NAME "Courier New" SIZE 0, -10 OF oPrn Specifically, withy this setting, how ...
by TimStone
Wed May 27, 2020 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751

xBrowse anomoly

... where it adds a period instead of the next character. It also can truncate the remaining data. I also see the strange truncating and improper sizing on other fields. Sizing of the fields was not accurate so I then specified the SIZE for each field in the command. Even so the decimal was still ...
by TimStone
Tue Dec 03, 2019 1:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3545

Re: allow row and col sizing swap

for n := 1 to len(oBrw:aCols)
oBrw:aCols[n]:lAllowSizing := .T.
next
by dutch
Tue Jan 15, 2019 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: allow row and col sizing swap
Replies: 4
Views: 771

Re: allow row and col sizing swap

Application =========== Path and name: C:\Work\Errori\test_ordine2\Servizi.Exe (32 bits) Size: 4,158,976 bytes Compiler version: Harbour 3.2.0dev (r1703231115) FiveWin version: FWH 18.12 C compiler version: Borland/Embarcadero C++ 7.0 (32-bit) Windows version: 6.2, Build 9200 Time from start: 0 hour...
by Silvio.Falconi
Tue Jan 15, 2019 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: allow row and col sizing swap
Replies: 4
Views: 771
Next

Return to advanced search