Search found 174 matches: improvement

Return to advanced search

Re: "Save As" dialog box

First attempt, using ShellAPI function SHBrowseForFolder() Needs improvement with the guidance of masters. #include "fivewin.ch"function Main()   ? "start"   ? shbrwfolders( "c:\fwh" )   ? "done"return ...
by nageswaragunupudi
Sun Jan 28, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1829

Re: phpBB to LLM

... uninstalled pip uninstall transformers pip cache purge pip install transformers None of this should make any difference or bring about any improvement. in train.py save_steps reduced to 500 so that there should be an output in fine-tuned model. train.py executed It is striking that after ...
by alerchster
Wed Dec 27, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4655

New FTDN December/Diciembre 2022 (FW 22.12)

... bottom, like Excel. * New functions in olefuncs.prg: - WinHttpObj( [[@]cCls] ) --> oHttp - FileSysObj() --> oFileSystem * FWMariaRowSet: - improvement in sorting speeds of char fields. * New function FW_SaveThumbnail( cImage, cThumb, nWidth, [nHeight] ) --> lSuccess in source\function\imgtxtio.prg
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1220

Re: ADO RDD xHarbour

... on the PC where you saved your DBF files. Regards, Otto No, On the pc with the dbf's the program is ok. On the peer to peer (like it is) speed improvement would be nice. But I can absolutely be a issue of hardware / settings on de pc's.. I'm not a IT guy.... So I take a PC out of the box, connect ...
by Marc Venken
Fri Apr 22, 2022 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446057

Re: dbfntx very slow with 2+ users

... infrastructure .. especially if you are doing peer to peer. Check your router and switches .. if they are old .. replace them .. I noticed a BIG improvement in our peer to peer application when we upgraded our ISP router with a dual band 2g\5g ( with built in wireless ) .. I have a 5g wireless ...
by Rick Lipkin
Sat Apr 09, 2022 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6803

Hash-Table Vs Variables

Hello, I'm quite new to hash - tables. But it seems to be an improvement to my coding. Now I cloned/changed TApp from TWeb to use it without using TWeb - with plain html and JS. It seems to me that we should in future use HASH also in our CLASSes instead ...
by Otto
Sat Nov 14, 2020 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hash-Table Vs Variables
Replies: 3
Views: 416

Re: More details WIN_OLEAUTO information in debugger

That's definitely an improvement, thanks Rick. Unfortunately, it still doesn't have the same level of specific details, as other environments. It lists some generic methods in the object, but doesn't display some of the subobjects, ...
by FWExplorer
Thu Jul 09, 2020 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1692

Re: HEIC to JPG

... there is an undocumented setting value: Const WICBitmapInterpolationModeFant = 4&. The max for this is supposed to be 3 but 4 makes a marked improvement in image quality.
by Antonio Linares
Wed Jul 01, 2020 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HEIC to JPG
Replies: 20
Views: 3911

Re: xBrowse: Vertical Merge

... CLR_WHITE as the back color in bClrStd, you will not see these lines. We improved this in the version FWH2004 to be released soon. With this improvement, your example will look fine.
by nageswaragunupudi
Thu Apr 30, 2020 4:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Vertical Merge
Replies: 14
Views: 2470

Re: harbour_for_mod_harbour error compiler

Hi Antonio,
for do this test i need to obtain harbour.exe to build hrb file.
Where i find it ?
I've download all the sources for harbour_for_modharbour and recompile all
but I have the error i sent you .
Can you tell me where i can obtain harbour.exe with the last improvement ?
Thanks
Giuliano
by giuliano
Wed Aug 21, 2019 6:38 am
 
Forum: mod_harbour
Topic: harbour_for_mod_harbour error compiler
Replies: 14
Views: 1667

Re: class xbrowse: suggestion for improvement

Implemented in FWH 1905
by nageswaragunupudi
Sun Jun 02, 2019 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: class xbrowse: suggestion for improvement
Replies: 6
Views: 784

Re: class xbrowse: suggestion for improvement

Thanks for the answer.

Can you implement a better solution for the future version of Fivewin?

I think you understood the problem well.

I do not feel able to change the class.
by tiaofw
Sun Jun 02, 2019 1:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: class xbrowse: suggestion for improvement
Replies: 6
Views: 784

Re: class xbrowse: suggestion for improvement

We can not use DBFILTER() and that is proved in the above sample. DBFILTER() returns the current filter string. What we need is the current filter codeblock. FWH1905 provides a new function FW_DBFILTERBLOCK() which returns the current filter codeblock. Using this new function FWH1905 implements what...
by nageswaragunupudi
Sun Jun 02, 2019 12:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: class xbrowse: suggestion for improvement
Replies: 6
Views: 784

Re: class xbrowse: suggestion for improvement

With your code, two problems are found. 1) When the filter is cleared backspace, the filter is not reset. 2) Most important is the runtime error when the existing filter contains local variables. Please try this sample: #include "fivewin.ch"function Main()   local cState ...
by nageswaragunupudi
Sat Jun 01, 2019 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: class xbrowse: suggestion for improvement
Replies: 6
Views: 784
Next

Return to advanced search