Search found 194 matches: defaults

Return to advanced search

Re: phpBB to LLM

... is the output with conda ... C:\fwh\AI>conda install pytorch==1.10.0 torchvision==0.11.2 torchaudio==0.10.0 -c pytorch Channels: - pytorch - defaults Platform: win-64 Collecting package metadata (repodata.json): done Solving environment: | warning libmamba Added empty dependency for problem ...
by alerchster
Mon Dec 25, 2023 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4674

Re: Distancia de Levenshtein

... <cString2> Thes are two character strings being compared for their similarity. <nReplace> The weighing factor for Replace operations defaults to 3. It can be changed to a numeric value between 0 and 255. <nDelete> The weighing factor for Delete operations defaults to 6. It can ...
by nageswaragunupudi
Wed Jul 19, 2023 6:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Distancia de Levenshtein
Replies: 5
Views: 300

Re: Create solid color bitmap array

... shows an incorrect color. It is a different one than what I have selected. Thus, I can only conclude that the chart inside of Codejock, with its defaults, does not match the IDs that are described in the documentation help file. That is why it is a Codejock issue. What you gave me works perfectly. ...
by TimStone
Thu Jul 13, 2023 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 323

Re: Fivewin and ADO

... is not already open on the computer or if already used, uses the workbook object that is already open. 3. Obtains the specified sheet object. Defaults to the ActiveSheet 4. Obtains the range object. Defaults to the UsedRange. All this work requires long lines of program code and this function ...
by nageswaragunupudi
Fri Jun 09, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3798

Re: Fivewin and ADO

... reason for the crash. This program demonstrates the function oRange   := GetExcelRange( cBook, [cSheet], [cRange] ) cSheet defaults to ActiveSheet and cRange to UsedRange. Please try with any other excel book on your disk, using this single line code: XBROWSER GetExcelRange( ...
by nageswaragunupudi
Thu Jun 08, 2023 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3798

Re: Numeric alignment with oPrn:SayText( )

... images .... (not sure anymore) . Sorry then .... :roll: Your post is for Text and is relevant in the sense, it explains cAlign. On screen, cAlign defaults to VCenter and HCenter. On printer it defaults to "TL" top left. and this parameter is next to oFont. In the present case we may ...
by nageswaragunupudi
Wed May 17, 2023 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 527

Re: Numeric alignment with oPrn:SayText( )

... h, w }, "T", oSmal ) Parameters: 1. cText. ANSI/Unicode single or multi-line text 2. aRect : { nTop, nLeft, nBottom, nRight } in pixels Defaults to ClientRect All co-ordinates are relative to Client Rect. Coordinates: nil --> default to the border >= 1 --> Pixels from Top or ...
by Marc Venken
Wed May 17, 2023 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 527

Re: Error XBROWSE SEEK (while no Index) after change RDD

YES, i have try to SET bSeek to NIL

my "Problem" was that i have many DBF which work with *.NTX which does not "Autopen" Index

Does not matter.
It is not a good idea to disturb XBrowse's internal defaults.
The default bSeek does not harm you when you are browsing DBFNTX dbfs.
by nageswaragunupudi
Mon May 08, 2023 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 562

New FTDN April/Abril 2023 (FWH 23.04)

... [cType], [nJpgQuality], ; [lAlpha], [nClrBack], [nWidth], [nHeight] ) ; --> cBlob - 1.npImage: Optional. hBitmap or GDI+ image pointer If nil, defaults to hBitmap from Clipboard, if available. - 2.cType: Optional. Can be bmp,jpg/jpeg,png,tif/tiff,gif. Defaults to bmp. - Other parms are self ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1751

Maybe we need a parameter for sessionstart()

...  AP_HeadersOutSet( "Set-Cookie", cCookie )return nil//----------------------------------------------------------------// defaults to 3600 secs. Best regards, Otto
by Otto
Sat Apr 15, 2023 8:11 am
 
Forum: mod_harbour
Topic: Maybe we need a parameter for sessionstart()
Replies: 2
Views: 485

Re: xBrowse footer picture

... and others // .t. for showing thousand separators * New function nStrToNum( cNumericVal, [lEuropean] ) --> nVal Optional Parameter lEuropean defaults to FWNumFormat()[ 1 ] == "E". Converts any number formatted as string using either European notation or American notation, retaining ...
by Marc Venken
Mon Apr 03, 2023 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer picture
Replies: 11
Views: 725

Re: Fighting Xbrowse and lozing !!!

... DBF. Please let me know. Most of the times, you get better results if you keep the code to the least number of lines and do not change the xbrowse defaults. For example, remove oBrw:lColChangeNotify := .t. What is the need for it? Change the default settings only when required and you clearly know ...
by nageswaragunupudi
Fri Dec 23, 2022 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1567

Re: REDEFINE SAY on Buttonbar

... 5). Using a SAY command with a CTEXT control in an RC file, you get the text ( which changes as the variable is reset ). 6). The SAY command defaults to the Windows Style background that we are using rather than allowing the gradient background to show through. 7). The use of TRANSPARENT, ...
by TimStone
Wed Dec 07, 2022 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1976

Re: Printing double sided

... );   GlobalUnlock( pd.hDevMode );}  Note that is does not take the value passed. So apparently the command defaults to "short side binding". I'm not sure who would use that one (3). We need to use long edge binding ( 2 ). Yes, it would be nice to ...
by TimStone
Tue Oct 25, 2022 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1251

Re: Printing double sided

... the following: Single Sided =. PrnDuplex( 1 ) Dual sided, Landscape = PrnDuplex( 3 ) Dual sided, Portrait = PrnDuplex( 2 ) Now ... If my printer defaults to Single Sided, and I select Duplex for a print job, do I need to issue the command to return to simplex at the end of a job, or will it automatically ...
by TimStone
Wed Oct 05, 2022 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1251
Next

Return to advanced search