Search found 324 matches: fit

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... [@oErr], [nTimeOut] ) * fwxlsxlb.prg: fixed format while exporting datetime values with fraction of seconds. Also increased column size to fit the contents. * FWMariaRowSet: - Method ToExcel(): (1) Enclosed :FreezePanes in TRY/CATCH block to avoid runtime errors in some installtions. (2) ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 35

Re: Does anyone have an Envelope Printing module ?

... be nice to have but not a requirement .. I plan on expermenting with creating something that prints on plain paper and matching the text up to fit certain size envelopes .. Thanks for everyones suggestions .. Rick Lipkin
by Rick Lipkin
Mon Mar 04, 2024 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 575

Re: Data exchange between PC and Android device on the same loca

... Spanish) explaining the same thing that is in the program's help (which is in English and Spanish) and being able to check and understand how to fit the pieces together, I advise you to look at it if you want to understand RX . The link is this -> https://www.youtube.com/watch?v=y6GH0FDTmEI ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 797

Re: Video from the site to a file

Hi, Jimmy !

If there is a physical file (.MP4) transfer , then where does this file fit ? How can it be intercepted ?
by Natter
Sun Oct 01, 2023 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 624

FWH2309: New function FW_StitchImages()

... : Add the second image to the right/bottom of the first image. If this argument is omitted, the function will decide the best fit. cBlobType: If this argument is omitted, hBitmap of the combined image. Or this parameter can be any image-type bmp/jpg/png. If specified, a blob ...
by nageswaragunupudi
Fri Sep 08, 2023 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2309: New function FW_StitchImages()
Replies: 0
Views: 278

Re: FW_SetUnicode( .T. ) 2-Byte characters

... characters, used in french, spanish, danish croatian, etc. All 2-Byte characters I have tested are concerned! One other aspects that (perhaps) fit the theme: If you switch your windows machine to ' Beta: Use Unicode UTF-8 for worldwide language support ' 2-Byte characters in the TGet() are ...
by frose
Fri Jun 23, 2023 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2193

simple image viewer - sample

... the user to adjust the image display: - "Stretch": This checkbox allows the user to toggle whether the image should be stretched to fit the display area. - "Set Alpha Channel": This checkbox allows the user to toggle the alpha channel of the image. However, the `SetAlpha()` ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 289

Numeric alignment with oPrn:SayText( )

... properly format is to use a FIXED font like COURIER NEW, but that has presented a separate issue ( for the last few versions it does not properly fit and causes printers to do a CRLF ) . For example, a page is 85 columns wide. Using a Font size of 10, with COURIER NEW, a number, expressed as STR( ...
by TimStone
Tue May 16, 2023 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 535

Re: XBROWSE Column Question

how can i "optimize" Column wide (STRETCHCOL_WIDEST) :nStretchCol := STRETCHCOL_LAST Stretches the last column to fit the GridWidth :nStretchCol := STRETCHCOL_WIDEST Further stretches the widest character column to fit the GridWidth. :nStretchCol := nCol Similarly, stretches ...
by nageswaragunupudi
Thu May 04, 2023 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 876

to Excel : using Array and "paste" it

... can "paste" a Array into RANGE of a Excel Sheet to build a Array from DBF is no Problem than you need to "calculate" RANGE to fit Array Data  cEnde := ZAHL2CHR( nColCount )  oSheet:range( "A1:" + cEnde+ + LTRIM( STR( nLen ) ) ) :value ...
by Jimmy
Sun Apr 23, 2023 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Excel : using Array and "paste" it
Replies: 3
Views: 269

Re: TFolder -> TFolderEx Difference

Jimmy wrote:hi,

when assign a new Text into TAB it does not "fit" when Text is much longer than before

i can use ::lStretch but that is "too much" ... just want that hole Text "fit"

Call of Method
Code: Select all  Expand view

   oFld:Default()
 

and try
by cnavarro
Tue Jan 31, 2023 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolder -> TFolderEx Difference
Replies: 5
Views: 443

Re: TFolder -> TFolderEx Difference

... oFolder:aPrompts := aclone(aPrompts)  oFolder:refresh()  thx for Answer when assign a new Text into TAB it does not "fit" when Text is much longer than before      aToken := AtInside( ´\´, cPath )      aPrompts := ACLONE( oTab:aPrompts )      aPrompts[ ...
by Jimmy
Tue Jan 31, 2023 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolder -> TFolderEx Difference
Replies: 5
Views: 443

Re: Codejock Calendar Samples?

... to download he is welcome, of course you will need to have the license from codejock and insert your own license number. The class was made to fit my needs, i use it for scheduling , version 15.0.2 of the control installed one year ago. You will find all the elements to get started with, i ...
by richard-service
Sat Jan 21, 2023 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46498

Re: video frame width and height

... ***not available in ActiveX Tip : when Website "detect" a Smartphone it will show Video in other Format as PC which will better "fit" to TV (16:9)
by Jimmy
Sat Dec 17, 2022 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: video frame width and height
Replies: 11
Views: 887

Re: SPLITTER : how to"resize" Client Area

hi, i try to "resize" SPLITTER Area and want to know Size of each Area on each Area i have a Control e.g. BUTTON which "full fit" Area now i want to "resize" and both BUTTON should be also "resize" to "full fit" PROCEDURE DoResize(oWnd,oSplit)  ...
by Jimmy
Tue Nov 01, 2022 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1014
Next

Return to advanced search