Search found 502 matches: recommend

Return to advanced search

Re: xbrowse SelectRow method

... ( nAt := AScan( oBrw:aSelected, nRecNo ) ) > 0HB_ADel( oBrw:aSelected, nAt, .t. )endifoBrw:Refresh() We do not recommend this, but this is possible. Nages, using this function Function DeSelect_One(oBrw,oDbf)   local  nRecNo:=oDbf:recno(),nAt  ...
by Silvio.Falconi
Mon Apr 01, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 683

Re: xbrowse SelectRow method

Or, if we want to deselect a specific row number, which is not the current row, we can do like this.
Code: Select all  Expand view
if ( nAt := AScan( oBrw:aSelected, nRecNo ) ) > 0
HB_ADel( oBrw:aSelected, nAt, .t. )
endif
oBrw:Refresh()

We do not recommend this, but this is possible.
by nageswaragunupudi
Sun Mar 31, 2024 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 683

Re: Problem with FiveWin and PDF995 on Windows 11.

... Main()  TPrinter():lUseHaruPDF := .T. Now, FWH uses harupdf to generate all pdf files. This is best option and we recommend this option.
by nageswaragunupudi
Tue Feb 13, 2024 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1216

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Hello,
I recommend using WebView2.
The painting of the TSwitch in OVALSTYLE could be improved.

Best regards,
Otto

webview2
Image

FW
Image
by Otto
Fri Feb 09, 2024 1:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 814

Re: RAO advice on using Mysql

... in such rare cases where it is essential to read and display a big table in full. This is not possible with other libraries like ADO,etc. But we recommend avoid using TRecSet to the extent possible and to use RowSet reading required parts of the table using WHERE clause. This is the standard ...
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 977

Re: more GGUF Model

... to build it yourself on your own CPU and GPU. AI gets it best speed using nvidia GPU. Also enough RAM is required for very large GGUF files. We do recommend "Microsoft/phi-2" and also "TinyLlama/TinyLlama-1.1B-Chat-v1.0" for low hardware requirements. You can find most GGUFs ...
by Antonio Linares
Mon Jan 29, 2024 6:14 am
 
Forum: Artificial Intelligence
Topic: more GGUF Model
Replies: 1
Views: 169

Re: Using Microsoft AI Phi-2 from FWH

... Here you have llama64.dll: https://github.com/FiveTechSoft/FWH_tools/blob/master/llama64.dll It has been tested using these models. We recommend Phi-2 as it is the smallest and better. Every few days are appearing new and enhanced models :-) Microsoft Phi-2 https://huggingface.co/kroonen/phi-2-GGUF/resolve/main/phi-2_Q4_K_M.gguf?download=true ...
by Antonio Linares
Mon Dec 18, 2023 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8285

Re: Convert a print to Rtf or doc

Otto wrote:Enrico,
But I can only recommend switching to HTML right away.


Man beweist nie, dass man Unrecht hat, man wird um ein Word docgebeten und man möchte HTML kürzen. Es ist, als würde man einen Tesla kaufen und ihnen eine Kutsche liefern :D
by Silvio.Falconi
Thu Nov 30, 2023 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Convert a print to Rtf or doc

... which is only necessary once when creating the template. When you then run a report, you replace the placeholders with the values. But I can only recommend switching to HTML right away. Best regards, Otto
by Otto
Thu Nov 30, 2023 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: De *.C Para *.Obj en BCC74 no funciona más.

Enrico Maria Giordano wrote:No, you can use it without problems. I recommend the new BCC 7.70:

http://xharbour.org/index.asp?page=download/windows/required_win


Gran noticias Maestro Enrico. ¡Lo probaré ahora!

Great news master Enrico. I'll test it now!

Gracias, thanks.

Regards, saludos.
by karinha
Sat Nov 18, 2023 12:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39498

Re: Testing Harbour -gc3 flag

I recommend UPX that compress better (with --lzma switch): https://upx.github.io Master Enrico, show the command you use to compress with UPX.exe, so I can compare it with the powerful PECOMPACT.exe and see who ...
by karinha
Sat Nov 18, 2023 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4341

Re: Testing Harbour -gc3 flag

I recommend UPX that compress better (with --lzma switch):

https://upx.github.io
by Enrico Maria Giordano
Fri Nov 17, 2023 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4341

Re: Testing Harbour -gc3 flag

No maestro, siempre uso /GC1. I recommend -gc0. Same speed of -gc1 but smaller EXEs. Con GC3: 17/11/2023 14:28 14.729.216 PLENOINDW.exe Con GC2: 17/11/2023 14:30 14.401.536 PLENOINDW.exe Con GC1: 17/11/2023 14:31 14.401.536 PLENOINDW.exe ...
by Enrico Maria Giordano
Fri Nov 17, 2023 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4341
Next

Return to advanced search

cron